Skip to content
Prev 106419 / 398513 Next

writing R extension

Hi,
The other method that I'm familiar with uses save() and load() rather than
attach. It may be possible to use attach() in some other method.
[1] 9
[1] 6
# start R
character(0)
[1] "temp1" "temp2"


My personal preference is the text source file approach, but opinions
obviously vary on that. I do keep "final" versions in a package.

And yes, the proper term is package, but it seems that if the entity
in question is stored in  /usr/lib/R/library (on my linux system), and
loaded with the function library() the occasional slip might be forgiven?

Sarah