Skip to content
Snippets Groups Projects
Commit 98e9b1df authored by Laura A DeCicco's avatar Laura A DeCicco
Browse files

Added details on multiple constituents.

parent e740be9d
No related branches found
No related tags found
No related merge requests found
#' Import Sample Data for WRTDS
#'
#' Imports data from a user-supplied file, and converts it to a Sample data frame, appropriate for WRTDS calculations.
#' Imports data from a user-supplied file, and converts it to a Sample data frame (including summing multiple constituents), appropriate for WRTDS calculations. See
#' section 3.4 of the vignette for more details.
#'
#' @param filePath string specifying the path to the file
#' @param fileName string name of file to open
......
......@@ -25,8 +25,9 @@
}
\description{
Imports data from a user-supplied file, and converts it
to a Sample data frame, appropriate for WRTDS
calculations.
to a Sample data frame (including summing multiple
constituents), appropriate for WRTDS calculations. See
section 3.4 of the vignette for more details.
}
\examples{
# Examples of how to use getSampleDataFromFile:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment