Closed mitchelloharawild closed 4 years ago
The format.Date() function requires that the format argument to be non-missing characters.
format.Date()
format
library(tsibble) yq <- vctrs::vec_c(NA, yearquarter("1970 Q1")) format(yq) #> Error in if (any(f0 <- format == "")) {: missing value where TRUE/FALSE needed
Created on 2020-03-05 by the reprex package (v0.3.0)
The
format.Date()
function requires that theformat
argument to be non-missing characters.Created on 2020-03-05 by the reprex package (v0.3.0)