Error could not find function - R Programming

494    Asked by BenButler in Salesforce , Asked on Jul 23, 2021

I keep getting this error Error: could not find function I just don't understand why?

Answered by bhagwati dubey

Could not find function r error usually occurs when a package has not been loaded into R via library, so R does not know where to find the specified function. It’s a good habit to use the library functions on all of the packages you will be using in the top R chunk in your R Markdown file, which is usually given the chunk name setup.



Your Answer

Interviews

Parent Categories