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

View source: R/karim.R

makeGlobalVarR 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

makeGlobalVar(name, value)

Arguments

name

character string name of the variable

value

character string value of the variable

Examples

## Not run: 

# creates the global var `pathToData` with the value `~/home/data`
makeGlobalVar("pathToData","~/home/data") 


## End(Not run)


uavRmp documentation built on Feb. 16, 2023, 7:03 p.m.