Description Usage Arguments Details Value See Also Examples
View source: R/Blockwatchtable.R
Retrieves Data from a Blockwatch Datatable endpoint
1 | blockwatch.table(table_code, paginate = FALSE, ...)
|
table_code |
Datatable code on Blockwatch specified as a string. |
paginate |
When set to TRUE, fetches up to 1,000,000 rows of data |
... |
Additional named values that are interpreted as Blockwatch API parameters. |
Set your api_key
with blockwatch.api_key
function. For instructions on finding your api key go to https://blockwatch.cc/accountprofile#/apikey
Returns a data.frame.
1 2 3 4 | ## Not run:
blockwatch.table('BITFINEX:TRADE/BTC_USD', paginate=TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.