import_tibble: import tibble
Description
wrapper around multiple file readers. The default being import
set to return a tibble
Also available vroom
and vroom_jp
for japanese characters.
Usage
import_tibble(
path,
...,
method = c("rio", "vroom", "vroom_jp", "read_csv", "read_excel")
)
Arguments
- path
filepath
- ...
other arguments
- method
method of import. default is rio
Details
Supports multiple types of importing through method