Skip to content

Commit

Permalink
Remove mention of 'rownames()' from lesson key points
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu-bruneaux authored Nov 21, 2023
1 parent 03ec9eb commit 81304da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/05-data-structures-part2.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ The object `gapminder` is a data frame with columns
- Use `cbind()` to add a new column to a data frame.
- Use `rbind()` to add a new row to a data frame.
- Remove rows from a data frame.
- Use `str()`, `summary()`, `nrow()`, `ncol()`, `dim()`, `colnames()`, `rownames()`, `head()`, and `typeof()` to understand the structure of a data frame.
- Use `str()`, `summary()`, `nrow()`, `ncol()`, `dim()`, `colnames()`, `head()`, and `typeof()` to understand the structure of a data frame.
- Read in a csv file using `read.csv()`.
- Understand what `length()` of a data frame represents.

Expand Down

0 comments on commit 81304da

Please sign in to comment.