get_card_by_name | R Documentation |
For both exact and fuzzy, card names are case-insensitive and punctuation is optional (you can drop apostrophes and periods etc). For example: "fIReBALL" is the same as "Fireball" and "smugglers copter" is the same as "Smuggler's Copter".
get_card_by_name(name, fuzzy = FALSE, set = NULL)
name |
The card name to be searched for. |
fuzzy |
Whether to search for an exact match, or to use a fuzzy search. |
set |
(Optional) A set code to limit the search to one set. |
A tibble containing card information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.