Nothing
#' Copyright(c) 2017-2024 R. Mark Sharp
#' This file is part of nprcgenekeepr
context("getDemographics")
test_that("getDemographics throws an error with no LabKey session connection", {
expect_error(
expect_warning(
getDemographics(),
"The file should be named: ~/.nprcgenekeepr_config."
)
)
})
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.