> 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 re
e read_csv applies here.
Thanks for your help!
Thomas Subia
-Original Message-
From: Jeff Newmiller
Sent: Wednesday, February 05, 2020 11:42 AM
To: r-help@r-project.org; Thomas Subia ;
r-help@r-project.org
Subject: Re: [R] readxl issue
Pay attention to whether the read_csv call is conf
Pay attention to whether the read_csv call is configured to expect first line
as header.
On February 5, 2020 11:09:01 AM PST, Thomas Subia
wrote:
>Colleagues,
>
>I'm using readxl and dplyr to extract a specific cell from all
>worksheets in a directory.
>All of these worksheets have the same phy
Colleagues,
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.
Issue 1: Minus sign replaced by an X after data extraction.
library(plyr)
library(readxl)
files <- list.files(pattern="*.xls", full.names
4 matches
Mail list logo