Basic R Data Types

This is a topic for basic data literacy in R that introduces the basic data types used in most analyses.

Published

September 6, 2022

Photo by Markus Spiske on Unsplash

So today, we started the work on Basic Data Types in R. I am looking at simplifying things a bit and just starting with a working knowledge of some of the most common data types we use, including:

The homework for this activity will focus on use of variable creation, data assignment, coercion, introspection, and some simple operations on the each of the data types.