read_csv_partial_cols: Read CSV with missing columns

View source: R/read-data.R

read_csv_partial_colsR Documentation

Read CSV with missing columns

Description

This executes readr::read_csv with suppressing the warning for col_types that are explicitly specified but not found.

Usage

read_csv_partial_cols(...)

Arguments

...

arguments to readr::read_csv.

Value

return from readr::read_csv.


mrc-ide/naomi documentation built on April 10, 2024, 2:13 p.m.