Skip to content
This repository was archived by the owner on Aug 4, 2020. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions 02-starting-with-data.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ head(metadata)
```

We've just done two very useful things.
1. We've read our data in to R, so now we can work with it in R
2. We've created a data frame (with the read.csv command) the
standard way R works with data.

1. We've read our data in to R, so now we can work with it in R.
2. We've created a data frame (with the read.csv command) the standard way R works with data.

# What are data frames?

Expand Down