# .loadDataRepositoryFromPKML
test_that("It can load a valid observed data file", {
file <- getTestDataFilePath("obs_data.pkml")
obsData <- .loadDataRepositoryFromPKML(file)
expect_true(!is.null(obsData))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.