0

After installing merTools and using its library, Rstudio tells me it could not find the function.

library(merTools)

mysurvey <- stripAttributes(mysurvey)
blaze
  • 57
  • 1
  • 3
  • Are you sure ``stripAttributes()`` is still an available function in the ``merTools`` package? – Gainz Sep 24 '19 at 17:25
  • 1
    Doesn't look like it's exported https://github.com/jknowles/merTools/blob/c5039ee0c48bd75d6deba23c9d8fce498510fa29/R/merData.R#L22 – Dason Sep 24 '19 at 17:27
  • Seems like the function is not to use by user in the package (at least in v.050). Edit : Like Dason said, seems like an internal function or something like that. – Gainz Sep 24 '19 at 17:27
  • You can check [here](https://stackoverflow.com/questions/32535773/using-un-exported-function-from-another-r-package) – akrun Sep 24 '19 at 17:33

0 Answers0