R/data-starwars.R

#' Starwars characters
#'
#' This data comes from SWAPI, the Star Wars API, <http://swapi.co/>
#'
#' @format A tibble with 87 rows and 13 variables:
#' \describe{
#' \item{name}{Name of the character}
#' \item{height}{Height (cm)}
#' \item{mass}{Weight (kg)}
#' \item{hair_color,skin_color,eye_color}{Hair, skin, and eye colors}
#' \item{birth_year}{Year born (BBY = Before Battle of Yavin)}
#' \item{gender}{male, female, hermaphrodite, or none.}
#' \item{homeworld}{Name of homeworld}
#' \item{species}{Name of species}
#' \item{films}{List of films the character appeared in}
#' \item{vehicles}{List of vehicles the character has piloted}
#' \item{starships}{List of starships the character has piloted}
#' }
#' @examples
#' starwars
"starwars"
olascodgreat/samife documentation built on May 13, 2019, 6:11 p.m.