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
all work as expected, except the last read which results in:
Error:notcompatiblewithSTRSXP
yes, CSVs with a final column with no data exist in the wild, ex. subset ESS data exported from the ESS Cumulative Data Wizard (European Social Survey)
@jennybc agreed, it is not specific to unnamed columns at the end, nor does the data need to be empty... just an unnamed column is enough to cause the problem
here's a better example that doesn't imply anything other than an unnamed column...
R version 3.2.3 (2015-12-10)
Platform: x86_64-apple-darwin13.4.0 (64-bit)
Running under: OS X 10.11.4 (El Capitan)
locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] readr_0.2.2
loaded via a namespace (and not attached):
[1] tools_3.2.3 Rcpp_0.12.3
all work as expected, except the last read which results in:
yes, CSVs with a final column with no data exist in the wild, ex. subset ESS data exported from the ESS Cumulative Data Wizard (European Social Survey)
The text was updated successfully, but these errors were encountered: