get_config_path {telraamStats}R 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()

[Package telraamStats version 1.1.2 Index]