Learn R Programming

covidregionaldata (version 0.8.2)

csv_reader: Custom CSV reading function

Description

Checks for use of memoise and then uses whichever read_csv function is needed by user

Usage

csv_reader(file, ...)

Arguments

file

A URL or filepath to a CSV

...

extra parameters to be passed to readr::read_cs

Value

A data table