Skip to contents

This function sets the user's configuration settings for gpttools by reading a YAML file. If no path is provided, it will look for the file in the default R user config directory.

Usage

set_user_config(path = NULL)

Arguments

path

The path to the config YAML file. If NULL, the default path is used.

Value

Invisible NULL.