Read the "Sample Station Information" tab from the RISC worksheet.
Source:R/project-metadata.R
read_sample_station_info.Rd
This will read in the sample station information from a RISC worksheet following the 'v20230518' template
Arguments
- path
path to the RISC workbook
- as_sf
should the data be returned as an
sf
object of the station locations? DefaultTRUE
- ...
arguments passed on to
readxl::read_excel()