[R] readxl issue
Abby Spurdle
@purd|e@@ @end|ng |rom gm@||@com
Thu Feb 6 02:10:11 CET 2020
> I'm using readxl and dplyr to extract a specific cell from all worksheets in a directory.
> All of these worksheets have the same physical layout.
I don't have access to Excel, so can't test this.
I have a suspicion that the problem is not readxl.
But rather the "as.data.frame" step.
Try reading one file at a time.
And inspect (1) your immediate object after reading the Excel file,
and then (2) the data.frame after the as.data.frame call.
More information about the R-help
mailing list