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.
如何将 Excel 文件及其所有选项卡名称加载到 R 中?我readxl目前正在使用该软件包来读取 Excel,但不知道如何保存其选项卡名称?例如,
readxl
abc = read_excel("Saudi Diapers.xlsx", 1, col_names = T)
在这里,我指定了工作表编号。1 被 R 读取,但如何也检索它的名称?