Learn R Programming

readit (version 1.0.0)

Effortlessly Read Any Rectangular Data

Description

Providing just one primary function, 'readit' uses a set of reasonable heuristics to apply the appropriate reader function to the given file path. As long as the data file has an extension, and the data is (or can be coerced to be) rectangular, readit() can probably read it.

Copy Link

Version

Install

install.packages('readit')

Monthly Downloads

231

Version

1.0.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Ryan Price

Last Published

March 13th, 2018

Functions in readit (1.0.0)

guess_haven

Guess File Type to Pass to haven Readers
guess_txt

Guess ".txt" Delimiter
readit

Read Files of Any Type