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")
)

Arguments

path

filepath

...

other arguments

method

method of import. default is rio

Value

a tibble

Details

Supports multiple types of importing through method