You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, it may now have to be a Date at least when it is passed to dbQuoteLiteral. See #250.
Currently it is documented thusly:
#' @param valid_on \strong{character} representation of a date in the form of 'YYYY-MM-DD'. valid_on selects the
#' version of a time series that is valid at the specified time.
valid_on
must be a vector of length 1 that is either aDate
or anyyyy-mm-dd
string.How would we best/most elegantly enforce this?
The text was updated successfully, but these errors were encountered: