Learn R Programming

gofigR (version 1.1.0)

find_config: 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)

Value

path to .gofigr, or NULL if not found

Arguments

start_dir

top-level directory where to start looking. getwd() by default.