makGlobalVar function

Generates a variable with a certain value in the R environment

Generates a variable with a certain value in the R environment

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)
  • Maintainer: Chris Reudenbach
  • License: GPL (>= 3) | file LICENSE
  • Last published: 2024-10-28