setPkgOption: Change the value of an option in jaspTools.

View source: R/pkg-settings.R

setPkgOptionR Documentation

Change the value of an option in jaspTools.

Description

Sets a package option to a new value (to see what is available run ?viewPkgOptions). Value changes are automatically incorporated when any jaspTools function is called.

Usage

setPkgOption(name, value)

Arguments

name

String name of the option.

value

Value the option should be set to.

Examples


setPkgOption("module.dirs", c("~/Documents/Github/Regression", "~/Document/Github/Frequencies"))


jasp-stats/jasptools documentation built on Feb. 19, 2024, 11:28 a.m.