hexscape_options: Options for the hexscape package

View source: R/options.R

hexscape_optionsR Documentation

Options for the hexscape package

Description

Utility function to set/get options for the hexscape package, most notably the local folder used to store intermediate objects.

Usage

hexscape_options(...)

hexscape_getOption(name)

Arguments

...

named option(s) to change - for a list of available options, see details below.

name

the name of the option to get the current value of - for a list of available options, see details below.

Details

The following options can be specified:

  • storage_folder - the path to a folder to store intermediate objects created by hexscape.

Value

The current value of all available HexScaoe options (after applying any changes specified) is returned invisibly as a named list.

See Also

hexscape


ku-awdc/HexScape documentation built on Jan. 10, 2025, 5:24 p.m.