makeGlobalVariable function

Generates a variable with a certain value in the R environment

Generates a variable with a certain value in the R environment

Generates a variable with a certain value in the R environment.

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