Read in HFR output file

hfr_read(filepath)

Arguments

filepath

filepath of an HFR output file

Examples

if (FALSE) {
 path <- "~/data/HFR_2020.01_Global_output_20191204.1705.csv"
 df <- hfr_read(path)
 }