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
___