Find System Variables in a Package
find_sys_variables.Rd
This function scans a specified R package for calls to Sys.getenv()
and extracts the names of system variables used within the package's functions.
It returns a data frame listing the functions that use system variables and the names of those variables.