path <- system.file('extdata', package = 'fastReadfwf')
schema <- StxlsxToSchema(file.path(path, 'SchemaSNHS.xlsx'), 'stSchema')
test_that("class schema from xlsx", {
expect_is(schema, "StfwfSchema")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.