read.xsv: Data Input (csv)

View source: R/covid19.R

read.xsvR Documentation

Data Input (csv)

Description

Reads specific columns of a csv file by using the xsv command line utility https://github.com/BurntSushi/xsv

Usage

read.xsv(file, select, ...)

Arguments

file

the path to the csv file

select

character vector of column names to extract

...

additional arguments passed to fread

Value

data.table


covid19datahub/COVID19dev documentation built on March 16, 2023, 3:22 a.m.