Questions tagged [readr]

readr is an R package that provides a fast and friendly way to read tabular data.

An R package written by Hadley Wickham. The goal of readr is to provide a fast and friendly way to read tabular data into R.

527 questions
-2
votes
1 answer

Why is R not reading a specific text file when it can read others in the same directory?

When I try to import a text file, Ratings.timed.txt, R says that the input file is ypu and that the data frame is just a long column of undefined, even though I can open and read it just fine. Do you know how I can fix it? This is what I'm talking…
J. Dionisio
  • 159
  • 1
  • 13
-3
votes
1 answer

R: readr: is it possible to read HTML tables using this package

I want to know if we can reach html tables using readr package with the url of the page where html table is published. For example, I want to import table on the page to be loaded into R.
vikas
  • 1,116
  • 1
  • 11
  • 12
1 2 3
…
35
36