default_dropdown_fields <- c(
"ExperimentId",
"AnalysisType",
"Organism",
"Platform",
"DateOfAnalysis",
"Analyst"
)
app_config <- list(
default_dropdown_fields = default_dropdown_fields
)
usethis::use_data(app_config, internal = TRUE, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.