You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the great reprex! This should make it much easier to isolate and fix (although I haven't looked to see how complex a fix is).
Just for future reference on other projects, the reprex package can provide even more simple "copy and use" examples. It's a bit tricky with the xlsx package, but the way we do it in our tests is often to write out the file in question to a temp file and then import it.
According to documentation:
https://www.rdocumentation.org/packages/xlsx/versions/0.6.5/topics/read.xlsx
Here is my simple test
xlsx
file:colClasses
:F = "character"
:colClasses
doesn't respect names - only position in vector.The text was updated successfully, but these errors were encountered: