read_file: Read Delimited/Fixed-Width/Excel File

Description Usage Arguments Value

View source: R/download_acns.R

Description

Read Delimited/Fixed-Width/Excel File

Usage

1
2
3
4
5
read_file(
  file,
  col_types = vroom::cols(.default = vroom::col_character()),
  ...
)

Arguments

file

File to read

col_types

readr/vroom column specification

...

Additional arguments to pass to vroom() or read_excel()

Value

A tibble containing the file data


jesse-smith/covidsms documentation built on Dec. 25, 2021, 4:24 a.m.