mirror of
https://github.com/msberends/AMR.git
synced 2026-06-24 10:16:23 +02:00
Built site for AMR@3.0.1.9061: 0c1709c
This commit is contained in:
@@ -5,9 +5,13 @@ Export Data Set as NCBI BioSample Antibiogram
|
||||
## Usage
|
||||
|
||||
``` r
|
||||
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)
|
||||
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
|
||||
)
|
||||
```
|
||||
|
||||
## Arguments
|
||||
|
||||
Reference in New Issue
Block a user