Is a object a Felt URL?
Usage
is_felt_url(x)
check_felt_url(x, allow_null = FALSE, arg = caller_arg(x), call = caller_env())Arguments
- x
Object to check.
- allow_null
If
TRUE,check_felt_url()allows aNULLinput without an error. Defaults toFALSE.- arg
An argument name as a string. This argument will be mentioned in error messages as the input that is at the origin of a problem.
- call
The execution environment of a currently running function, e.g.
caller_env(). The function will be mentioned in error messages as the source of the error. See thecallargument ofabort()for more information.
