March 2022
Beginner to intermediate
602 pages
9h 25m
English
While scripts are just listings of code stored outside of R, functions are objects of the function mode and are stored in the workspace. Most functions require specific kinds of arguments, which must be input into the function correctly. For example, if a function calls for a matrix and a data frame is input, the function will return an error. Since external tables are often read into the R workspace as data frames, using a data frame for ...
Read now
Unlock full access