Nothing
test_that('the "okcocin_trading_pairs" function returns a dataframe', {
skip_on_cran()
expect_s3_class(okcoin_trading_pairs(), 'data.frame')
})
test_that('the "okcocin_time" function returns a character', {
expect_type(okcoin_time(), 'character')
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.