Nothing
test_that("it should load CONTRCAD with the correct field types", {
f <- system.file("extdata/CONTRCAD.TXT", package = "rb3")
f <- copy_file_to_temp(f)
suppressWarnings(
df <- read_marketdata(f, template = "CONTRCAD")
)
expect_s3_class(df$tipo_opcao, "factor")
})
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.