globs: Functions to manage the global setting objects

globsR Documentation

Functions to manage the global setting objects

Description

Functions to manage the global setting objects

Usage

globs_list()

globs_get(x)

globs_set(x, name = NULL)

Arguments

x

the name of the global object, the most common used is "conf".

name

if x is not a valid global object name, then specify it with name. This is not recommended.

Functions

  • globs_list(): list available global objects

  • globs_get(): get the data from specified global objects

  • globs_set(): reassign the specified data (with name) to available global object

Examples

## Not run: 
conf <- globs_get("conf")
# Modify conf
# xxx
# Then reassign
globs_set("conf")

## End(Not run)

hiplot/hiplotlib documentation built on Jan. 31, 2024, 10:11 a.m.