View source: R/convert_deck_names.r
components | R Documentation |
Extract specs and starters from deck (nick)names
components( name, starters, nicknames = data.table(name = character(), nickname = character()) )
name |
a character vector, containing deck names in standardised form, or their nicknames |
starters |
a data.table, containing columns for spec names and their associated starter colour. |
nicknames |
an optional data.table, containing standardised deck names and their associated nicknames. This is used to convert given nicknames to their deck names. |
a data.table, containing a column for the deck's starter name and three columns for its spec names.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.