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


emanuele-guidotti/COVID19 documentation built on Feb. 21, 2025, 3:49 a.m.