Use function from R package in other package: When and how to use importFrom, :: and imports
I have read the section in R packages book and I’m still a little confused. I want to use e.g. the fromJSON
-function from the jsonlite
-package in my own little package.