Skip to contents

Retrieve an identifier to use as a directory name when creating the package config. See section Details for more information.

Usage

get_cfg_pkg_id()

Value

A character string: The package identifier for configuration purposes.

Details

This path will be in an OS-specific location for storing user configuration files in a user's home directory. It is created according to the user's operating system guidelines as follows: | Windows: | C:/Users/Username/AppData/Local/R-dimex | | Linux: | ~/.config/R-dimex | | macOS: | ~/Library/Application Support/R-dimex |

Examples

get_cfg_pkg_id
#> function () 
#> {
#>     "R-dimex"
#> }
#> <bytecode: 0x562983713de0>
#> <environment: namespace:dimex>