search for: lissn543cod

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

2001 Sep 27
2
Getting your stuff organized in R
...complicated to add a data object to an R binary file, because there is not an "append" option in save(). But you can use ls() in the following way: > search() [1] ".GlobalEnv" "package:ctest" "Autoloads" "package:base" > attach("lissN543cod.R") > search() [1] ".GlobalEnv" "file:lissN543cod.R" "package:ctest" [4] "Autoloads" "package:base" > ls(2) [1] "lissN543.cod" "lissN543E.cod" "lissN543W.cod" Now, assuming we want to add a...