mirror of
https://github.com/msberends/AMR.git
synced 2025-07-11 05:02:06 +02:00
(v2.1.1.9043) fix sir translation with as.double
This commit is contained in:
25
man/export_ncbi_biosample.Rd
Normal file
25
man/export_ncbi_biosample.Rd
Normal file
@ -0,0 +1,25 @@
|
||||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/export_biosample.R
|
||||
\name{export_ncbi_biosample}
|
||||
\alias{export_ncbi_biosample}
|
||||
\title{Export Data Set as NCBI BioSample Antibiogram}
|
||||
\usage{
|
||||
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{
|
||||
\item{x}{a data set}
|
||||
|
||||
\item{filename}{a character string specifying the file name}
|
||||
|
||||
\item{type}{a character string specifying the type of data set, either "pathogen MIC" or "beta-lactamase MIC", see \url{https://www.ncbi.nlm.nih.gov/biosample/docs/}}
|
||||
}
|
||||
\description{
|
||||
Export Data Set as NCBI BioSample Antibiogram
|
||||
}
|
||||
\keyword{internal}
|
Reference in New Issue
Block a user