Skip to content

Commit

Permalink
Merge pull request #665 from jhudsl/class_day
Browse files Browse the repository at this point in the history
fix formatting of class lecture
  • Loading branch information
carriewright11 authored Jan 9, 2025
2 parents e0af7ed + 4ef1ab4 commit b9a64ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/Data_Classes/Data_Classes.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ circ_dates %>%
## Two-dimensional data classes

Two-dimensional classes are those we would often use to store data read from a file

* a data frame (`data.frame` or `tibble` class)
* a matrix (`matrix` class)
* also composed of rows and columns
Expand Down

0 comments on commit b9a64ea

Please sign in to comment.