Skip to content

Commit

Permalink
Update 03-basics-factors-dataframes.Rmd
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
naupaka committed Apr 10, 2024
1 parent 3092eef commit 503ab55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/03-basics-factors-dataframes.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ Ok, thats a lot up unpack! Some things to notice.
```

This result makes sense because `mode()` (which deals with how an object is stored)
tells us that `variants` treated as a **list** in R. A data frame is in some sense a "fancy" list.
tells us that `variants` is treated as a **list** in R. A data frame is in some sense a "fancy" list.
However, data fames do have some specific properties beyond that of a basic list, so they have their own
class (**data.frame**), which is important for functions (and programmers) to know.
:::::::::::::::::::::::::
Expand Down

0 comments on commit 503ab55

Please sign in to comment.