You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have already seen several R objects in the previous sections: vectors of various types and functions. In fact, *everything is an object* in R. In this section, we present the main objects to manipulate data.
## Functions
...
## Vectors
...
### Logical
...
### Numbers
This is **numeric** (**double** and **integer**) and **complex**.