https://github.com/hadley/dplyr
Raw File
Tip revision: 4a944a80d5c3564a669bfe0c0a4af9fed86e92dd authored by Kirill Müller on 16 March 2018, 21:36:28 UTC
Merge branch 'r-0.7.4.9002' into production
Tip revision: 4a944a8
starwars.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/data-starwars.R
\docType{data}
\name{starwars}
\alias{starwars}
\title{Starwars characters}
\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}
}}
\usage{
starwars
}
\description{
This data comes from SWAPI, the Star Wars API, \url{http://swapi.co/}
}
\examples{
starwars
}
\keyword{datasets}
back to top