as_argument.Rd
Coercion to an argument type
as_argument(x)
value to be coerced
An argument list object
a <- as_argument("numeric") b <- as_argument(~ is.logical(.) && .) c <- as_argument(list(1, 2, 3, TRUE, FALSE))