read_renv_lock {rix} | R Documentation |
read_renv_lock
Description
Reads renv.lock if it exists and can be parsed as json.
Usage
read_renv_lock(renv_lock_path = "renv.lock")
Arguments
renv_lock_path |
location of the renv.lock file, defaults to "renv.lock" |
Value
the result of reading renv.lock with jsonlite::read_json
[Package rix version 0.16.0 Index]