Skip to contents

A way to show the current stats and status of a selected Pokémon.

Includes:

  • Pokémon base stats and health

  • Pokémon move set and PP

Usage

show_status(x, simple = FALSE, console = TRUE)

Arguments

x

The private fields of a Pokémon

simple

Logical, should a simplified print be used

console

Logical, should the status be printed or returned as a string?