Error could not find function - R Programming
I keep getting this error Error: could not find function I just don't understand why?
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.