find_config {gofigR} | R Documentation |
Finds the .gofigr config file in current directory or any of the parent directories. If the file cannot be found, will also check CONFIG_PATH.
Description
Finds the .gofigr config file in current directory or any of the parent directories. If the file cannot be found, will also check CONFIG_PATH.
Usage
find_config(start_dir = NULL)
Arguments
start_dir |
top-level directory where to start looking. getwd() by default. |
Value
path to .gofigr, or NULL if not found
[Package gofigR version 1.1.0 Index]