Skip to contents

Check if an argument is base64url string

Usage

is_base64url(x)

Arguments

x

(any)
Object to check.

Value

TRUE if x is a valid base64url string, FALSE otherwise.

Examples

is_base64url("SGVsbG8gV29ybGQ")
#> [1] TRUE