get_csv_read_fn: Get the first CSV Read function installed

View source: R/interpret_type.R

get_csv_read_fnR Documentation

Get the first CSV Read function installed

Description

Get the first CSV Read function installed

Usage

get_csv_read_fn(read_type = NULL)

Arguments

read_type

Type of csv read function to use. One of:

  • "readr": readr::read_csv()

  • "arrow": vectorize_reader(arrow::read_csv_arrow)()

  • "data.table": vectorize_reader(data.table::fread)()

  • "base": vectorize_reader(utils::read.csv)()

  • NULL (default): uses the first installed.

Value

Function that reads multiple paths to CSVs.


filecacher documentation built on May 29, 2024, 7:35 a.m.