Nothing
context('Utility functions')
library(serpstatr)
test_that('sst_lists_to_df returns a data.frame', {
expect_equal(
class(sst_lists_to_df(
lists = list(
first_list = list(a = 1, b = 2),
second_list = list(a = 2, c = 3)
),
fill = 'empty'
)),
'data.frame'
)
})
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.