R/validate.R

Defines functions validate_ambiguous

validate_ambiguous <- function(ambiguous) {
    ambiguous <- ambiguous %||% "earliest"
    arg_match(ambiguous, c("earliest", "latest", "NA"))
}

Try the shide package in your browser

Any scripts or data that you put into this service are public.

shide documentation built on Sept. 11, 2024, 6:37 p.m.