pokemon {pokemon} | R Documentation |
Pokémon data
Description
A dataset with pokémon data from Nintendo games.
Usage
pokemon
Format
A data frame with 949 rows and 22 columns:
- id
a numeric vector representing the ID of each Pokémon
- pokemon
a character vector representing the name of each Pokémon
- species_id
a numeric vector representing the species ID of each Pokémon
- height
a numeric vector representing the height of each Pokémon
- weight
a numeric vector representing the weight of each Pokémon
- base_experience
a numeric vector representing the base experience of each Pokémon
- type_1
a character vector representing the primary type of each Pokémon
- type_2
a character vector representing the secondary type of each Pokémon
- hp
a numeric vector representing the HP (hit points) of each Pokémon
- attack
a numeric vector representing the attack points of each Pokémon
- defense
a numeric vector representing the defense points of each Pokémon
- special_attack
a numeric vector representing the special attack points of each Pokémon
- special_defense
a numeric vector representing the special defense points of each Pokémon
- speed
a numeric vector representing the speed of each Pokémon
- color_1
a character vector representing the primary color of each Pokémon
- color_2
a character vector representing the secondary color of each Pokémon
- color_f
a character vector representing the final color of each Pokémon
- egg_group_1
a character vector representing the primary egg group of each Pokémon
- egg_group_2
a character vector representing the secondary egg group of each Pokémon
- url_icon
a character vector representing the URL image of each Pokémon
- generation_id
a numeric vector representing the generation ID of each Pokémon
- url_image
a character vector representing the URL image of each Pokémon
Source
https://bulbapedia.bulbagarden.net/wiki/Main_Page
https://github.com/phalt/pokeapi
https://pokemon-uranium.fandom.com/wiki/Main_Page
https://github.com/HybridShivam/Pokemon