projr_par_get.Rd
Get project parameters from param key in projr configuration.
param
projr
projr_par_get(..., profile = NULL) projr_param_get(..., profile = NULL)
character. Sequential names to specify path in list. For example, projr_param_get("a", "b") returns the value of projr$param$a$b.
projr_param_get("a", "b")
projr$param$a$b
character. If NULL, then the active profile is used. Default is NULL.
NULL