readt: Reading table with automatic separator guessing and tibble...

View source: R/readt.R

readtR Documentation

Reading table with automatic separator guessing and tibble output

Description

Reading table with automatic separator guessing and tibble output

Usage

readt(
  data,
  na.strings = c(".", "NA"),
  sep = NULL,
  header = T,
  nrows = -1,
  stringsAsFactors = F
)

Author(s)

Thibaud Derippe (Thibaud.Derippe@gmail.com)


Peccary-PMX/PeccAnalysis documentation built on July 7, 2022, 5:27 a.m.