R/RcppExports.R
csv_open.Rd
Open a CSV file for reading
csv_open(filename, has_header = TRUE)
Path to the CSV file.
Logical: first line contains column names (default TRUE).
External pointer to a CsvReader object.