October 2015
Beginner to intermediate
246 pages
4h 55m
English
R has the following six fundamental or atomic classes:
TRUE/FALSE values.All the rest of the classes that can be built in R are combinations of these six. In the later sections, you will find a list of the most common ones.
Vectors are objects that contain elements of only one atomic class. The type of the vector will be the same as the elements it contains (for example, a numeric vector or a character vector). It is important to ...
Read now
Unlock full access