शुरू करेंमुफ़्त में शुरू करें

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 lubridate to convert weekends to the Date class, and assign it to weekends_date.
  • Print a summary of weekends_date to the console.

इंटरैक्टिव व्यावहारिक अभ्यास

इस अभ्यास को इस नमूना कोड को पूरा करके आज़माएँ।

# Convert weekends to Date class with lubridate
___

# Print a summary of weekends_date
___
कोड संपादित करें और चलाएँ