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)


r-spatial/link2GI documentation built on Nov. 27, 2024, 12:51 p.m.