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)


link2GI documentation built on Oct. 28, 2024, 5:06 p.m.