read_daily_crumb: Read Daily Breadcrumb

View source: R/crumbs.R

read_daily_crumbR Documentation

Read Daily Breadcrumb

Description

Read Daily Breadcrumb

Usage

read_daily_crumb(file)

Arguments

file

breadcrumb to read

Value

tibble of properly formatted breadcrumb data according to master_crumb_template

Note

Breadcrumb files are inconsistently formatted. Known issues include that some are comma delimited and some semicolon, some contain datetimes and some contain dates and times, some use ” and some use '.' as missing, and some included fields are inconsistent from one file to the next - especially the datetimes vs date and time issue. This function explicitly reads the file according to the file header in an effort to detect data issues.

Examples

## Not run: 
read_daily_crumb("Breadcrumb_07Nov2017.csv")

## End(Not run)


RoeLabWustl/roelabr documentation built on Aug. 27, 2022, 9:57 a.m.