Nothing
test_that("xsd_convert(x, idcols) works", {
expect_equal(xsd_convert(TRUE), "\"TRUE\"^^<xs:boolean>")
expect_equal(xsd_convert(defined (x = 2:4, label = "test")), c('\"2\"^^<xs:integer>', '\"3\"^^<xs:integer>', '\"4\"^^<xs:integer>'))
expect_equal(xsd_convert(head(iris)[1,1]), '\"5.1\"^^<xs:decimal>')
expect_equal(unlist(xsd_convert(x=head(iris_dataset), idcol=1)[1,2]), c(Sepal.Length = '\"5.1\"^^<xs:decimal>' ))
})
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.