View source: R/export_biosample.R
export_ncbi_biosample | R Documentation |
Export Data Set as NCBI BioSample Antibiogram
export_ncbi_biosample(x, filename = paste0("biosample_", format(Sys.time(),
"%Y-%m-%d-%H%M%S"), ".xlsx"), type = "pathogen MIC",
columns = where(is.mic), save_as_xlsx = TRUE)
x |
a data set |
filename |
a character string specifying the file name |
type |
a character string specifying the type of data set, either "pathogen MIC" or "beta-lactamase MIC", see https://www.ncbi.nlm.nih.gov/biosample/docs/ |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.