context("get the available metrics for a slug")
test_that("get the metrics for ethereum", {
data <- availableMetrics('ethereum')
expect_equal(('amount_in_top_holders' %in% data), TRUE)
expect_equal(('dev_activity' %in% data), TRUE)
expect_equal(('social_volume_total' %in% data), TRUE)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.