Description Usage Arguments Value Examples
This function shows the data frame with codes for card's metadata. For example, the codes specific for classifications such as classes, types, minions, and rarities.
1 | hsmeta(id, secret, give)
|
id |
A client Id you obtained from Blizzard api. |
secret |
A client Secret you obtained from Blizzard api. |
give |
Entering |
A data frame with codes for that specific give
you entered.
1 2 | hsmeta(id = Sys.getenv("id"), secret = Sys.getenv("secret"), give = "classes")
hsmeta(id = Sys.getenv("id"), secret = Sys.getenv("secret"), give = "minions")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.