read_histos: Parse a *-Histos.csv files into a proper data.frame

View source: R/read_histos.R

read_histosR Documentation

Parse a *-Histos.csv files into a proper data.frame

Description

Parse a *-Histos.csv files into a proper data.frame

Usage

read_histos(
  histo_file,
  to_lower = TRUE,
  dt_fmt = "%H:%M:%S %d-%b-%Y",
  fix_csv = FALSE
)

Arguments

histo_file

file path or file connection to a *-Histos.csv file

to_lower

whether to convert the column names to lower case

dt_fmt

format for the Date column

fix_csv

whether to attemtp to fix any comma, csv issues

Value

a list of two data frames


jmlondon/wcUtils documentation built on March 19, 2024, 8:40 a.m.