Excel 파일의 시트 나열하기
이 연습은 강의의 일부입니다
R에서 데이터 가져오기 소개
연습 안내
library()를 사용해readxl패키지를 불러오세요. 이미 DataCamp 서버에 설치되어 있어요.excel_sheets()를 사용해urbanpop.xlsx에 있는 시트 이름을 출력하세요.
실습형 인터랙티브 연습
이 예제를 이 샘플 코드를 완성하여 풀어보세요.
# Load the readxl package
library(___)
# Print the names of all worksheets
___