coda.global.assign {coda}R Documentation

Cross-platform assignment to global environment

Description

An attempt to overcome syntactic differences between R and S when assigning to the global environment, but not a very good one.

Usage

coda.global.assign(name, value, alias = FALSE) 

Arguments

name A variable name (given as a quoted string)
value Value to be assigned to x
alias Logical value that determines whether a copy is made or an alias is assigned

[Package Contents]