Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道可以以简单的方式将MS Excel中的非连续单元格导入一个R 对象的函数?也就是说,该函数将给定 Excel 工作表中的非连续单元格区域(例如 'A1:B10,D1:C10')作为输入,并返回一个R 对象(例如数字向量)。readNamedRegion()来自XLConnect包的内容不适用于不连续的单元格范围,并且使用appendNamedRegion()会在我的代码中引入不必要的复杂性。
readNamedRegion()
appendNamedRegion()