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

View source: R/initProj.R

makeGlobalVariableR Documentation

Generates a variable with a certain value in the R environment

Description

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

Usage

makeGlobalVariable(names, values)

Arguments

names

vector with the names of the variable(s)

values

vector with values of the variable(s)

Examples

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

## End(Not run)


gisma/link2GI documentation built on May 13, 2024, 11:55 p.m.