lubridate's as_date
Converting data to the proper class is a valuable R skill; now, you'll take your weekends object and convert it to the Date class using lubridate.
The lubridate package and the weekends object have already been loaded for you!
แบบฝึกหัดนี้เป็นส่วนหนึ่งของหลักสูตร
Manipulating Time Series Data in R
คำแนะนำการฝึกหัด
- Use
lubridateto convertweekendsto theDateclass, and assign it toweekends_date. - Print a summary of
weekends_dateto the console.
แบบฝึกหัดเชิงโต้ตอบแบบลงมือทำ
ลองทำแบบฝึกหัดนี้โดยเติมโค้ดตัวอย่างนี้ให้สมบูรณ์
# Convert weekends to Date class with lubridate
___
# Print a summary of weekends_date
___