Skip to content

Commit 13f74a0

Browse files
committed
docs: infinitesimal changes to formatting
1 parent 52c0aa2 commit 13f74a0

40 files changed

+43
-43
lines changed

R/call_entab.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#'
33
#' Converts chromatography date files using [entab](https://github.com/bovee/entab) parsers.
44
#'
5-
#' @param path Path to file
5+
#' @param path Path to file.
66
#' @param data_format Whether to return data in \code{wide} or \code{long} format.
77
#' @param format_out Class of output. Either \code{matrix}, \code{data.frame},
88
#' or \code{data.table}.

R/call_rainbow.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#' \code{"chemstation_uv"} a \code{.uv} file should be provided. Data can be filtered
99
#' by detector type using the \code{what} argument.
1010
#'
11-
#' @param path Path to file
11+
#' @param path Path to file.
1212
#' @param format_in Format of the supplied files. Either \code{agilent_d},
1313
#' \code{waters_raw}, or \code{chemstation}.
1414
#' @param format_out R format. Either \code{matrix}, \code{data.frame}, or

R/read_agilent_d.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#'
33
#' Reads files from 'Agilent' \code{.D} directories.
44
#'
5-
#' @param path Path to \code{.ch} file
5+
#' @param path Path to \code{.D} directory.
66
#' @param what Whether to extract chromatograms (\code{chroms}), DAD data
77
#' (\code{dad}) and/or peak tables \code{peak_table}. Accepts multiple arguments.
88
#' \code{ms_spectra}. Accepts multiple arguments.

R/read_chemstation_ch.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#' ionization (FID) detectors.
1111
#'
1212
#' @importFrom bitops bitAnd bitShiftL
13-
#' @param path Path to \code{.ch} file
13+
#' @param path Path to \code{.ch} file.
1414
#' @param format_out Class of output. Either \code{matrix}, \code{data.frame},
1515
#' or \code{data.table}.
1616
#' @param data_format Whether to return data in \code{wide} or \code{long} format.

R/read_chemstation_csv.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#'
77
#' @name read_chemstation_csv
88
#' @importFrom utils tail read.csv
9-
#' @param path Path to file
9+
#' @param path Path to Agilent \code{.csv} file.
1010
#' @param format_out Class of output. Either \code{matrix}, \code{data.frame},
1111
#' or \code{data.table}.
1212
#' @return A chromatogram in the format specified by \code{format_out}

R/read_chemstation_ms.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#' Reads 'Agilent ChemStation MSD Spectral Files' beginning with
44
#' \code{x01/x32/x00/x00}.
55
#'
6-
#' @param path Path to \code{.ms} file
6+
#' @param path Path to Agilent \code{.ms} file.
77
#' @param what What stream to get: current options are \code{MS1}, \code{BPC}
88
#' and/or \code{TIC}. If a stream is not specified, the function will return all
99
#' streams.

R/read_chemstation_uv.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#' \code{131}.
77
#'
88
#' @importFrom utils head tail
9-
#' @param path Path to \code{.uv} file.
9+
#' @param path Path to Agilent \code{.uv} file.
1010
#' @param format_out Class of output. Either \code{matrix}, \code{data.frame},
1111
#' or \code{data.table}.
1212
#' @param data_format Either \code{wide} (default) or \code{long}.

R/read_chromeleon.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#' Reads 'Thermo Fisher Chromeleon™ CDS' ASCII (\code{.txt}) files.
44
#'
55
#' @importFrom utils tail read.csv
6-
#' @param path Path to file
6+
#' @param path Path to Chromeleon ASCII file.
77
#' @param format_out Class of output. Either \code{matrix}, \code{data.frame},
88
#' or \code{data.table}.
99
#' @param data_format Whether to return data in \code{wide} or \code{long} format.

R/read_mzml.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#'
88
#' @name read_mzml
99
#' @importFrom RaMS grabMSdata
10-
#' @param path path to file
10+
#' @param path Path to \code{.mzml} file.
1111
#' @param format_out Class of output. Only applies if \code{mzR} is selected.
1212
#' Either \code{matrix}, \code{data.frame}, or \code{data.table}. \code{RaMS}
1313
#' will return a list of data.tables regardless of what is selected here.

R/read_peaklist.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#'
33
#' Reads peak lists from specified folders or vector of paths.
44
#'
5-
#' @param paths paths to files or folders containing files.
5+
#' @param paths Paths to files or folders containing peaklist files.
66
#' @param find_files Logical. Set to \code{TRUE} (default) if you are providing
77
#' the function with a folder or vector of folders containing the files.
88
#' Otherwise, set to\code{FALSE}.

0 commit comments

Comments
 (0)