sw: Star Wars characters

Description Usage Format Examples

Description

Some characters from Star Wars. This dataset is a downsampled and simplified version of the starwars dataset found in the dplyr package.

Usage

1

Format

A tibble with 87 rows and 8 variables:

name

the name of the character

height

the character's height in centimeters, where available

mass

the character's weight in kilograms, where available

hair_color

a description of the character's hair color, where available; this is occasionally a comma-separated list if there are multiple colors associated

gender

the character's gender

homeworld

the name of the character's homeworld

species

the name of the character's species

Examples

1
2
3
# Here is a glimpse at the data
# available in `sw`
dplyr::glimpse(sw)

rich-iannone/rwr documentation built on Jan. 22, 2021, 7:51 p.m.