Package 'pokemon'

Title: Pokemon Data
Description: Provides a dataset of Pokemon information in both English, Brazilian Portuguese and Danish. The dataset contains 949 rows and 22 columns, including information such as the Pokemon's name, ID, height, weight, stats, type, and more.
Authors: William Amorim [aut, cre]
Maintainer: William Amorim <[email protected]>
License: MIT + file LICENSE
Version: 0.2.0
Built: 2025-03-26 06:33:31 UTC
Source: https://github.com/williamorim/pokemon

Help Index


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


Pokémon-data (DA-DK)

Description

Et datasæt ned pokémon-data fra Nintendo-spil.

Usage

pokemon_dadk

Format

En data frame med 949 rækker og 22 kolonner.

id

en numerisk vektor, som angiver hver Pokémon's ID

pokemon

en karaktervektor, som angiver hver Pokémon's navn

art_id

en numerisk vektor, som angiver hver Pokémon's arts-ID

højde

en numerisk vektor, som angiver hver Pokémon's højde

vægt

en numerisk vektor, som angiver hver Pokémon's vægt

basis_erfaring

en numerisk vektor, som angiver hver Pokémon's basiserfaring

type_1

en karaktervektor, som angiver hver Pokémon's primære type

type_2

en karaktervektor, som angiver hver Pokémon's sekundære type

hp

en numerisk vektor, som angiver hver Pokémon's helbredspoint (HP)

angreb

en numerisk vektor, som angiver hver Pokémon's angrebspoint

forsvar

en numerisk vektor, som angiver hver Pokémon's forsvarspoints

speciel_angreb

en numerisk vektor, som angiver hver Pokémon's specialangrebspoint

speciel_forsvar

en numerisk vektor, som angiver hver Pokémon's specialforsvarspoint

fart

en numerisk vektor, som angiver hver Pokémon's fart

farve_1

en karaktervektor, som angiver hver Pokémon's primære farve

farve_2

en karaktervektor, som angiver hver Pokémon's sekundære farve

farve_slut

en karaktervektor, som angiver hver Pokémon's endelige farve

æg_gruppe_1

en karaktervektor, som angiver hver Pokémon's primære æggegruppe

æg_gruppe_2

en karaktervektor, som angiver hver Pokémon's sekundære æggegruppe

url_ikon

en karaktervektor, som angiver hver Pokémon's ikon-URL

generation_id

en numerisk vektor, som angiver hver Pokémon's generations-ID

urlbillede

en karaktervektor, som angiver hver Pokémon's billede-URL

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


Pokémon data (PT-BR)

Description

Uma base de dados de Pokémon, extraída dos jogos da Nintendo.

Usage

pokemon_ptbr

Format

Um data frame com 949 linhas e 22 colunas:

id

um vetor numérico representando o ID de cada Pokémon

pokemon

um vetor numérico representando a altura de cada Pokémon

id_especie

um vetor de caracteres representando o nome de cada Pokémon

altura

um vetor numérico representando o peso de cada Pokémon

peso

um vetor numérico representando a experiência base de cada Pokémon

exp_base

um vetor de caracteres representando o tipo primário de cada Pokémon

tipo_1

um vetor de caracteres representando o tipo secundário de cada Pokémon

tipo_2

um vetor numérico representando os pontos de vida (HP) de cada Pokémon

hp

um vetor numérico representando os pontos de ataque de cada Pokémon

ataque

um vetor numérico representando os pontos de defesa de cada Pokémon

defesa

um vetor numérico representando os pontos de ataque especial de cada Pokémon

ataque_especial

um vetor numérico representando os pontos de defesa especial de cada Pokémon

defesa_especial

um vetor numérico representando a velocidade de cada Pokémon

velocidade

um vetor de caracteres representando a cor primária de cada Pokémon

cor_1

um vetor de caracteres representando a cor secundária de cada Pokémon

cor_2

um vetor de caracteres representando a cor final de cada Pokémon

cor_final

um vetor de caracteres representando o grupo de ovos primário de cada Pokémon

grupo_ovo_1

um vetor de caracteres representando o grupo de ovos primário de cada Pokémon

grupo_ovo_2

um vetor de caracteres representando o grupo de ovos secundário de cada Pokémon

url_icone

um vetor de caracteres representando a URL da imagem de ícone de cada Pokémon

url_imagem

um vetor de caracteres representando o grupo de ovos secundário de cada Pokémon

id_geracao

um vetor numérico representando o ID de geração de cada 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