R/pokemon_names.R

#' Pokedex Names.
#'
#' Pokedex index and names of the first generation 151 pokemons.
#'
#' @source \url{https://gist.github.com/noxwyll/8c821408b1d943c3e500d91d77266368/f264e42f2e83bbe845841717f74b276c9801ba7d}, downloaded 2016-08-19
#' @format Data frame with columns
#' \describe{
#'  \item{index}{Integer Pokedex index of the pokemon}
#'  \item{name}{Proper name of pokemon}
#' }
#' @examples
#' pokemon_names
"pokemon_names"
ChihChengLiang/pokemongor documentation built on May 6, 2019, 10:54 a.m.