Skip to content

Commit

Permalink
docs: (read_shimadzu) add collapse argument
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanbass committed Dec 12, 2023
1 parent 9ed3eec commit 9a196b5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 5 additions & 2 deletions R/read_shimadzu_ascii.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@
#' @param read_metadata Whether to read metadata from file.
#' @param metadata_format Format to output metadata. Either \code{chromconverter} or
#' \code{raw}.
#' @return A chromatogram in the format specified by \code{format_out}
#' (retention time x wavelength).
#' @param collapse Whether to collapse lists that only contain a single element.
#' @return A nested list of elements from the specified \code{file}, where the
#' top levels are chromatograms, peak tables, and/or mass spectra according to
#' the value of \code{what}. Chromatograms are returned in the format specified
#' by \code{format_out} (retention time x wavelength).
#' @author Ethan Bass
#' @export

Expand Down
8 changes: 6 additions & 2 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 9a196b5

Please sign in to comment.