Skip to contents

Retrieve names of the required system environment variables

Usage

get_req_sys_env_vars()

Value

A named character vector of the required system environment variables where their names are the package environments that they relate to. Note that the package environments (e.g. 'main' and 'ref') provide runtime information for using the package and should not be confused with the system environment which specifies user-specific variables.

Details

TODO: Add details of sys env vars:

  • DIMEX_STORE

  • DIMEX_STORE_REF

Examples

get_req_sys_env_vars()
#>              main               ref 
#>     "DIMEX_STORE" "DIMEX_STORE_REF"