Learn R Programming

aisdk (version 1.1.0)

update_renviron: Update .Renviron with new values

Description

Updates or appends environment variables to the .Renviron file.

Usage

update_renviron(updates, path = ".Renviron")

Value

Invisible TRUE if successful

Arguments

updates

A named list of key-value pairs to update.

path

Path to .Renviron file (default: project root)