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

View source: R/link2giKarim.R

makGlobalVarR 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

makGlobalVar(name, value)

Arguments

name

character string name of the variable

value

character string value of the variable

Examples

## Not run: 

# creates the global var \code{pathToData} with the value \code{~/home/data}
makGlobalVar('pathToData','~/home/data') 


## End(Not run)


link2GI documentation built on June 22, 2024, 9:26 a.m.