Skip to content

Commit

Permalink
docs: ms_format argument in read_shimadzu
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanbass committed Dec 18, 2023
1 parent ee90c1f commit b165dfc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion R/read_cdf.R
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ read_andi_chrom <- function(file, format_out = c("matrix", "data.frame"),
#' @param metadata_format Format to output metadata. Either \code{chromconverter}
#' or \code{raw}.
#' @param ms_format Whether to return mass spectral data as a (long)
#' \code{data.frame} or a list.
#' \code{data.frame} or a \code{list}.
#' @return A chromatogram in the format specified by the \code{format_out} and
#' \code{data_format} arguments (retention time x wavelength).
#' @author Ethan Bass
Expand Down
2 changes: 2 additions & 0 deletions R/read_shimadzu_ascii.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
#' @param read_metadata Whether to read metadata from file.
#' @param metadata_format Format to output metadata. Either \code{chromconverter} or
#' \code{raw}.
#' @param ms_format Whether to return mass spectral data as a (long)
#' \code{data.frame} or a \code{list}.
#' @param collapse Logical. Whether to collapse lists that only contain a single
#' element.
#' @return A nested list of elements from the specified \code{file}, where the
Expand Down
3 changes: 3 additions & 0 deletions man/read_shimadzu.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b165dfc

Please sign in to comment.