Skip to content

drewlanenga/renv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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")

About

renv: Load environment files in R

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published