Description Usage Format Examples
Some characters from Star Wars. This dataset is a downsampled and simplified
version of the starwars
dataset found in the dplyr package.
1 |
A tibble with 87 rows and 8 variables:
the name of the character
the character's height in centimeters, where available
the character's weight in kilograms, where available
a description of the character's hair color, where available; this is occasionally a comma-separated list if there are multiple colors associated
the character's gender
the name of the character's homeworld
the name of the character's species
1 2 3 | # Here is a glimpse at the data
# available in `sw`
dplyr::glimpse(sw)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.