# NOT RUN {
mbal_time_1 <- mbal_time(c(0:4) * 365, unit = "day")
mbal_time_1
mbal_time_2 <- mbal_time(c(0:4), unit = "month")
mbal_time_2
mbal_time_3 <- mbal_time(c(0:4), unit = "year")
mbal_time_3
mbal_time_4 <- mbal_time(seq(as.Date("2020/1/1"), by = "year",
length.out = 5), unit = "date")
mbal_time_4
# }
Run the code above in your browser using DataLab