Lab 1C
Directions: Follow along with the slides, completing
the questions in blue on your
computer, and answering the questions in red in your
journal.
Space, Click, Right Arrow or swipe left to move to
the next slide.
R
.Export the data from your class’s campaign page.
Upload data to RStudio server.
Import the data into R
’s
working memory.
Click on the Campaign Manager.
Fill in your username and password and click “Sign in.”
Campaign Manager
If you forget your username or password, ask your teacher to remind you.
Campaign Manager
The options for the dropdown menu will look like this:
Campaign Tab
Click on the option labeled Export Data.
Upload Button
R
will only
keep a few datasets stored in its memory at a time.
R
that this is a
dataset that is important to store it in its memory so you can use
it.Import Data
Data Preview
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!Upload Button
View
your data, then select a
variable and try to make an appropriate plot for that
variable.