Re: [R] Readxl on Mac

2020-12-01 Thread Marc Schwartz via R-help
> On Dec 1, 2020, at 1:51 PM, Dennis Weygand wrote: > > From the following lines of code on an iMac running Catalina 10.15.7 > > > library(readxl) > fname <- "/Volumes/SD/LabData/Lorentz/Lorentz.xlsx" > > Helm <- read_excel(fname,sheet="Helmholtz") > > I get the following annoying error: >

Re: [R] Readxl on Mac

2020-12-01 Thread Duncan Murdoch
On 01/12/2020 1:51 p.m., Dennis Weygand wrote: From the following lines of code on an iMac running Catalina 10.15.7 library(readxl) fname <- "/Volumes/SD/LabData/Lorentz/Lorentz.xlsx" Helm <- read_excel(fname,sheet="Helmholtz") I get the following annoying error: Error: Evaluation error: zi

[R] Readxl on Mac

2020-12-01 Thread Dennis Weygand
>From the following lines of code on an iMac running Catalina 10.15.7 library(readxl) fname <- "/Volumes/SD/LabData/Lorentz/Lorentz.xlsx" Helm <- read_excel(fname,sheet="Helmholtz") I get the following annoying error: Error: Evaluation error: zip file To me this makes no sense: the file in qu