Description Usage Arguments Value Examples
Retrieves staking rewards for a specific account from https://subscan.io.
1 2 3 4 5 6 7 8 9 10 11 | parse_polkadot(
address,
pp_security_name = "Polkadot",
currency = "EUR",
pp_lang = "EN",
securities_account = NULL,
dec = NULL,
sep = ";",
filename = NULL,
api_key = NULL
)
|
address |
|
pp_security_name |
character |
currency |
character |
pp_lang |
character |
securities_account |
character |
dec |
character
|
sep |
character |
filename |
character |
api_key |
character |
tibble::tibble (invisibly)
1 2 3 4 | parse_polkadot("1qEk2g6N1uugFgyvmnsL6P9Conh5nTwL5mj85bm3XHtjc73", dec = ".")
parse_polkadot("1qEk2g6N1uugFgyvmnsL6P9Conh5nTwL5mj85bm3XHtjc73",
api_key = Sys.getenv("subscan_api_key"), dec = "."
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.