Skip to contents

Set or get the default path_hermes by editing the .Renviron file.

Usage

set_path_hermes(path)

get_path_hermes()

Arguments

path

character. The path to the database directory.

Value

nothing. The .Renviron file is edited.

Examples

if (FALSE) {
set_path_hermes(getwd())
get_path_hermes()
}