import_format.Rd
Import and format photo and video salmon count data
import_format(input, saveit = FALSE, output)
the directory path to a CSV containing dates, and hourly video and photo counts of salmon.
whether to save the returned data frame as a RData object
if saveit = TRUE
, the directory path to where to save the returned data frame
a data frame of salmon counts formatted for escapement
functions
if (FALSE) {
import_format("salmon_counts.csv")
}