Description Usage Arguments Value See Also Examples
Request contents of catalogs. Catalogs contains all existing versions of that object. For example scry_catalog("toughnesses") returns every toughness that has ever been printed on a Magic card, including non-mumeric values like "*+1".
1 | scry_catalog(catalog_name, delay = 75)
|
catalog_name |
The name of the catalog you want (character). See Description for available catalogs. |
delay |
Number of milliseconds scryr should wait between requests (Scryfall asks for 50-100). |
character vector of objects in the catalog
Catalogs:
Available catalogs are "card-names", "artist-names", "word-bank",
"creature-types", "planeswalker-types", "land-types","artifact-types",
"enchantment-types", "spell-types", "powers", "toughnesses",
"loyalties", "watermarks".
While most catalog names are self-explanatory, "word-bank" is every English
word of 2+ letters that's appears in a card name.
1 2 | scry_catalog("artist-names")
scry_catalog("toughnesses") %>% as.numeric()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.