-
Notifications
You must be signed in to change notification settings - Fork 285
/
Copy pathreadr-package.Rd
42 lines (37 loc) · 1.35 KB
/
readr-package.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/readr-package.R
\docType{package}
\name{readr-package}
\alias{readr}
\alias{readr-package}
\title{readr: Read Rectangular Text Data}
\description{
\if{html}{\figure{logo.png}{options: style='float: right' alt='logo' width='120'}}
The goal of 'readr' is to provide a fast and friendly way to read rectangular data (like 'csv', 'tsv', and 'fwf'). It is designed to flexibly parse many types of data found in the wild, while still cleanly failing when data unexpectedly changes.
}
\seealso{
Useful links:
\itemize{
\item \url{https://readr.tidyverse.org}
\item \url{https://github.com/tidyverse/readr}
\item Report bugs at \url{https://github.com/tidyverse/readr/issues}
}
}
\author{
\strong{Maintainer}: Jennifer Bryan \email{[email protected]} (\href{https://orcid.org/0000-0002-6983-2759}{ORCID})
Authors:
\itemize{
\item Hadley Wickham \email{[email protected]}
\item Jim Hester
}
Other contributors:
\itemize{
\item Romain Francois [contributor]
\item Shelby Bearrows [contributor]
\item Posit Software, PBC [copyright holder, funder]
\item https://github.com/mandreyel/ (mio library) [copyright holder]
\item Jukka Jylänki (grisu3 implementation) [contributor, copyright holder]
\item Mikkel Jørgensen (grisu3 implementation) [contributor, copyright holder]
}
}
\keyword{internal}