Google Code Exporter
Google Code Exporter
``` What steps will reproduce the problem? The chunk of code below works appropriately with the first data frame. However, it chokes with the second one manipulated with dplyr. library(dplyr)...
``` What steps will reproduce the problem? 1. Attempt to read an xls with only a heading row and now data 2. read.xlsx2("Avera Marshal IQR.xls",1) What is the expected output?...
``` What steps will reproduce the problem? 1. Load postBRands.csv as a dataframe. 2. Require(xlsx) 3. Export it with: write.xlsx(x = postsBrands, file = "postsBrands.xls", col.names = TRUE, sheetName =...
``` read.xlsx2("issue58.xlsx", sheetIndex=1, rowIndex=1:8) fails with Error in data.frame(res, ...) : arguments imply differing number of rows: 59, 8 ``` Original issue reported on code.google.com by `[email protected]` on 15 Jan...
``` What steps will reproduce the problem? Run the attached R file What is the expected output? What do you see instead? When I used functions write.xlsx or write.xlsx2 on...
``` What steps will reproduce the problem? library(xlsx) wb
``` Reproducible example: df
``` As posted as a StackOverflow question, with sample file and code: http://stackoverflow.com/questions/25158969/read-xlsx-reading-dates-wrong-if-non -date-in-column Basically, if there's a non-date in a column then read.xlsx will convert dates from using the...
``` What steps will reproduce the problem? On Jun 19, 2014 1:50 PM, "Stephen Stamatis" wrote: Hi Adrian, First, let me say thank you for providing this package to the...
``` What steps will reproduce the problem? 1. setting filename in write.xlsx2 to ~/file.xls 2. setting filename in write.xlx2 to /home/myusername/file.xls works fine. 3. What is the expected output? What...