README.md

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


drewlanenga/renv documentation built on May 11, 2019, 4:17 p.m.