Learn R Programming

telraamStats (version 1.1.2)

get_config_path: 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()

Arguments

Value

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

Examples

Run this code
create_config(create_directory=FALSE)
get_config_path()

Run the code above in your browser using DataLab