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 によって読み取られますが、その名前も取得する方法は?