# explore the missingness with vis_miss
vis_miss(pedestrian)
# Look at the missingness in the variables
miss_var_summary(pedestrian)
if (FALSE) {
# There is only missingness in hourly_counts
# Look at the missingness over a rolling window
library(ggplot2)
gg_miss_span(pedestrian, hourly_counts, span_every = 3000)
}
Run the code above in your browser using DataLab