Top "Readxl" questions

an R package that can be used to import Excel (.xls and .xlsx) files into R

Error: could not find function "read_excel" using R on Mac

I am trying to link up my excel data set to R for statistical analysis. I am running on OSX …

r macos readxl
Reading Excel: evaluation error with zip file '..file.xlsx' cannot be opened

I am using R with readxl package. I try to import an Excel file with the following command: library(readxl) …

r readxl
Error message using read_excel "Error: std::bad_alloc"

I'm trying to open an Excel file with the read_excel() function from the readxl package. But I don't know …

r readxl
RStudio read.xl working directory error

Hi guys I'm having difficulty loading .xlsx into RStudio - I'm not sure why RStudio can't see the file. Am …

r readxl
Specifying Column Types when Importing xlsx Data to R with Package readxl

I'm importing xlsx 2007 tables into R 3.2.1patched using package readxl 0.1.0 under Windows 7 64. The tables' size is on the order of 25,000 …

r readxl
Import excel workbook with multiple sheets

I am looking to import an excel workbook into R with multiple sheets. However, I can't seem to quite make …

r excel xlconnect readxl
Read multiple xlsx files with multiple sheets into one R data frame

I have been reading up on how to read and combine multiple xlsx files into one R data frame and …

r excel xlsx readxl openxlsx
Read Excel file from a URL using the readxl package

Consider a file on the internet (like this one (note the s in https) https://evs.nci.nih.gov/ftp1/…

r excel readxl
Error when using readxl: 'exdir' does not exist

I am trying to use readxl::read_excel to import tabular data from an excel spreadsheet (.xlsx and .xls) into …

r excel import readxl
New names: * `` -> `..18` message in R console

I ran a Rshiny app and it works as expected but in console I get the following message: New names: * `` …

r readxl