Error: object 'DataExplorer' not found

Hi,

I receive this error:
"Error: object 'DataExplorer' not found", after I have installed DataExplorer package from CRAN (with dependencies=TRUE) in RStudio version 1.2.1322. I tried removed, reinstall package etc.
No success.
Now, when I start RStudio I always receive this error:
Error: object 'DataExplorer' not found.

Any help would be greatly appreciated.

After installing, you'll still need to attach the library each time you want to use it.

library(DataExplorer)
1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.