import_tibble: import tibble

View source: R/import_tibble.R

import_tibbleR Documentation

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

Value

a tibble


Harrison4192/dataCleaner documentation built on March 20, 2024, 3:12 p.m.