Skip to content
Prev 9967 / 10988 Next

[Rcpp-devel] using an unloaded package's lazy-load data in Rcpp function

Sorry, you're correct -- lazy-loaded data gets extracted not from the
package namespace but from the 'lazydata' portion of the namespace info.

Ultimately, I think you'll just want to call back to R to get what you
want, e.g.

    getExportedValue("nycflights13", "flights")
On Mon, Apr 16, 2018 at 12:48 PM, Jack Wasey <jack at jackwasey.com> wrote:

            
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.r-forge.r-project.org/pipermail/rcpp-devel/attachments/20180416/af62679d/attachment.html>