Nothing
artifact <- ln$Artifact$from_df(
ln$core$datasets$small_dataset1(otype = "DataFrame", with_typo = TRUE),
key = "my_datasets/rnaseq1.parquet"
)
test_that("Setting description works", {
expect_null(artifact$description)
expect_no_error(artifact$description <- "Description")
expect_identical(artifact$description, "Description")
})
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.