coda.global.assign {coda} | R Documentation |
An attempt to overcome syntactic differences between R and S when assigning to the global environment, but not a very good one.
coda.global.assign(name, value, alias = FALSE)
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 |