test_that("get_symbols works", {
get_symbols("GOOG", "2018-12-26", "2019-12-20")
})
test_that("get_symbols with tsbl works", {
get_symbols("^GDAXI", "2018-12-26", "2019-12-20", "tsbl")
})
test_that("get_symbols with ts works", {
get_symbols("BTC-USD", "2018-12-26", "2019-02-20", "xts")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.