Nothing
test_that("parse_spc accounts for uppercase arguments and spec", {
text <- '
SERIES{
TITLE = "xyz"
START = 2014.01
PERIOD = 12
SAVE = (A1 B1)
PRINT = BRIEF
NAME = "abc"
FILE = "path/to/file.dat"
}'
expect_snapshot(parse_spc(text))
pp.cap <- parse_spc(text)
expect_false(is.null(pp.cap[['series']][['file']]))
})
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.