Lab 1C
Directions: Follow along with the slides and answer the questions in red font in your journal.
data.file <- read_csv("~/SurveyResponse.csv")
View(data.file)
RStudio uses to read your data when you clicked the import button.
RStudio buttons, we can actually Import by writing code similar to what was output into the console!View your data, select a variable and try to make an appropriate plot for that variable.