Skip to contents

phyto_finder takes a file path to raw phytoplankton xlsx spreadsheets and returns a full filepath for use in other functions.

Usage

phyto_finder(pathin)

Arguments

pathin

a character filepath to the location of the raw xlsx spreadsheets

Details

This is a helper function to set up correct file paths to the appropriate data xlsx spreadsheets.

Author

Bart Huntley, bart.huntley@dbca.wa.gov.au

For more details see https://dbca-wa.github.io/rivRmon/index.html the rivRmon website

Examples

if (FALSE) { # \dontrun{
phyto_finder(pathin = "C:/path/to/raw_data")
} # }