mylist.add: Adds a pokemon to the database conforming to the output of...

Description Usage Arguments Value

View source: R/pokemon.R

Description

Adds a pokemon to the database conforming to the output of possibles()

Usage

1
2
3
4
5
6
7
8
9
mylist.add(
  poss,
  fast.move = "",
  charge.move = "",
  notes = "",
  shiny = FALSE,
  stats = TRUE,
  data = mymons
)

Arguments

poss

A pokemon output by possibles() or a facsimile

fast.move

The pokemon's fast move

charge.move

The pokemon's charge move

notes

Anything for the optional notes field

shiny

Is the mon shiny?

stats

Are we including stats or not?

data

Which database file?

Value

The tail of the revised database


thelit/openpogo documentation built on Jan. 16, 2020, 12:52 a.m.