config_helpers {roxytypes}R Documentation

Configuration

Description

Various functions for loading, caching and performing configured behaviors using a user-supplied configuration file.

Usage

config_find_from(path = ".")

config_from_desc(path = ".")

config_from_file(path = ".")

Arguments

path

(character[1]) A file path to use when searching for a config file. Either the file path to a DESCRIPTION or the root path of a package, depending on the context of the function.

Details

This constant is used as a variable name in the package environment while documentation is being built to avoid constantly parsing configurations during evaluation of each tag.

Functions


[Package roxytypes version 0.1.2 Index]