makeGlobalVariable: Generates a variable with a certain value in the R...

Description Usage Arguments Examples

View source: R/helpMa.R

Description

Generates a variable with a certain value in the R environment.

Usage

1

Arguments

names

vector with the names of the variable(s)

values

vector with values of the variable(s)

Examples

1
2
3
4
5
## Not run: 
# creates the global variable \code{path_data} with the value \code{~/data}
makeGlobalVariable(names = "path_data", values = "~/data")

## End(Not run)

envima/envimaR documentation built on July 18, 2021, 1:40 p.m.