Skip to contents

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

Usage

set_path_demeter(path)

get_path_demeter()

Arguments

path

character. The path to the database directory.

Value

nothing. The .Renviron file is edited.

Examples

if (FALSE) {
set_path_demeter(getwd())
get_path_demeter()
}