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