search for: lissn543cod_v2

Displaying 1 result from an estimated 1 matches for "lissn543cod_v2".

2001 Sep 27
2
Getting your stuff organized in R
...ctest" [4] "Autoloads" "package:base" > ls(2) [1] "lissN543.cod" "lissN543E.cod" "lissN543W.cod" Now, assuming we want to add an object "a" to lissN543cod, we would type: >save(list=c("a",ls(2)),file="lissN543cod_v2.rda") Note the "" in the list argument. Once lissN543cod_v2 is checked, we can delete lissN543cod. 11. In order to copy an object from the workspace to another environment, you can use assign(): > search() [1] ".GlobalEnv" "file:lissN543cod.R" &qu...