get_config_path: Get the path of configuration file.

View source: R/create_config.R

get_config_pathR Documentation

Get the path of configuration file.

Description

The configuration file could be in the inst directory, or in a temporary directory, according to the create_directory option of the create_config() function. If the configuration file doesn't exist, this function create a file in a temporary directory and send a message to the user.

Usage

get_config_path()

Value

Character: path of the configuration file, needed for a lot of functions.

Examples

create_config(create_directory=FALSE)
get_config_path()

telraamStats documentation built on May 29, 2024, 10:08 a.m.