✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
This question is about working with temporal data. The example data is on pedestrian counts in the city of Melbourne. What time periods of Melbourne pedestrian traffic are NOT extracted by the code below?
Select all answers that apply. Incorrect answers will be penalised.
library(lubridate)
library(rwalkr)
ped_2020 <- melb_walk(from=Sys.Date() - 7L)
ped_2019 <- melb_walk(from=Sys.Date() - 30L - years(1), to=Sys.Date() - years(1))
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!