[R] access data inside package

Benilton Carvalho bcarvalh at jhsph.edu
Sun Jan 20 21:28:14 CET 2008


have you tried
data()
instead?
b

On Jan 20, 2008, at 3:21 PM, Dan Kelley wrote:

>
> The technique
>    d <- get("d", pos=globalenv())
> doesn't work for me.  It just says that it cannot get "d", even  
> though I
> have a data/d.rda file.
>
> Do I have to do something special with namespaces, to find it?
>
> PS. a possibly-related link is as follows.
>
> http://www.nabble.com/how-to-make-read-only-data-frames--tp14756183p14756183.html
> -- 
> View this message in context: http://www.nabble.com/access-data-inside-package-tp14565386p14986337.html
> Sent from the R help mailing list archive at Nabble.com.
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.



More information about the R-help mailing list