Taken from: http://blog.revolutionanalytics.com/2015/03/the-most-common-r-error-messages.html
could not find function
errors, usually caused by typos or not loading a required packageError in if
errors, caused by non-logical data or missing values passed to R’s if
conditional statementError in eval
errors, caused by references to objects that don’t existcannot open
errors, caused by attempts to read a file that doesn’t exist or can’t be accessedno applicable method
errors, caused by using an object-oriented function on a data type it doesn’t supportsubscript out of bounds
errors, caused by trying to access an element or dimension that doesn’t existR
tag https://stackoverflow.com/questions/tagged/r
Come code with us! Bring your Data Science and coding questions, data, and projects. We aim to provide a helpful and friendly working environment where you can work, ask questions or discuss ideas related to R, Python, Data Science, or more generally data visualization and analysis.