Description Usage Arguments Value Examples
Parse existing user accounts and some key info into an R data.frame
1 2 3 4 5 6 7 8 9 10 11 12 | tf_parse_accounts(
ids,
get_accounts = "cc_get_accounts",
get_account = "cc_get_account",
fields_plain = c("name", "public_key", "moose_killed", "bears_killed", "prestige",
"description", "balance"),
fields_nests = c("flags", "item_balances", "badges"),
collapse_fun = TownforgeR:::parseNest,
truncate_char = 40,
url.rpc = "http://127.0.0.1:18881/json_rpc",
...
)
|
ids |
TODO |
get_accounts |
TODO |
get_account |
TODO |
fields_plain |
TODO |
fields_nests |
TODO |
collapse_fun |
TODO |
truncate_char |
TODO |
url.rpc |
TODO |
... |
TODO |
A data.frame corresponding to queried plain and nested fields over desired ids
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.