Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 484 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 484 Bytes

renv

Build Status

Read environment variables from an environment file and load them in the current R session.

renv supports reading both shell formats and .env formats.

export $FOO=bar
thing1=thing2

Getting Started

Installation

devtools::install_github("drewlanenga/renv")

Usage

library(renv)
load_vars("~/.bashrc")