Skip to content
Prev 278512 / 398503 Next

On-demand importing of a package

On Fri, Nov 25, 2011 at 1:21 PM, Gabor Grothendieck
<ggrothendieck at gmail.com> wrote:
[...]
[...]

I think that the following procedure has the result that you want:

Put in the DESCRIPTION file:

Imports: RSQLite

And in the R code write something like:

RSQLite::AnRSQLiteFunction()