R/dotenv.r

load_project_dotenv = function () {
  if (file.exists('.env')) {
    readRenviron('.env')
  }
}

Try the rprofile package in your browser

Any scripts or data that you put into this service are public.

rprofile documentation built on Nov. 2, 2023, 5:06 p.m.