read_histos | R Documentation |
Parse a *-Histos.csv files into a proper data.frame
read_histos(
histo_file,
to_lower = TRUE,
dt_fmt = "%H:%M:%S %d-%b-%Y",
fix_csv = FALSE
)
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 |
a list of two data frames
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.