Converting Rdata files to CSV - Error in data.frame arguments imply differing number of rows
- 阅读更多 关于 Converting Rdata files to CSV - Error in data.frame arguments imply differing number of rows
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I'm trying to use the R code from this answer to convert a bunch of rdata files to CSV. resave However on one of the files I'm getting this error: Error in data.frame(`2` = list(pos = c(6506L, 6601L, 21801L, 21811L, 21902L, : arguments imply differing number of rows: 7670, 9729, 114, 2422 Calls: resave ... as.data.frame -> as.data.frame.list -> eval -> eval -> data.frame I tried searching for the error message but I can't really make heads or tails of it. Was that rdata file created improperly somehow? Is there a better way I should convert