here it is:
structure(list(day = c(NA, "01", "02", "08", NA, "01", "02",
"08", NA, "01", "02", "08", NA, "01", "02", "08", NA, "01", "02",
"08"), month = c(NA, "03", "09", "09", NA, "03", "09", "09",
NA, "03", "09", "09", NA, "03", "09", "09", NA, "03", "09", "09"
), year = c(NA, "2008", "2008", "2010", NA, "2008", "2008", "2010",
NA, "2008", "2008", "2010", NA, "2008", "2008", "2010", NA, "2008",
"2008", "2010")), row.names = c(NA, -20L), class = c("tbl_df",
"tbl", "data.frame"))
thanks,
Mar