Crime?
(Macavity, Macavity, ..., and when you reach the scene of crime
Macavity's not there...)
I suspect your data objects are like Macavity, they're not there.
I found this in the R Internals 1.17.
Lazy-load databases are loaded into the exports for a package, but not
into the namespace enviro
The ":::" operator doesn't work for me with "Ecdat:::Crime" on
either macOS 10.15.3 or Windows 10.
A different but related issue is that "plm::Crime" says "Error:
'Crime' is not an exported object from 'namespace:plm'", even though
"library(plm); data(Crime); Crime" works. I woul