R/string.R
is_base64.Rd
Check if an argument is a base64 string
is_base64(x)
(any) Object to check.
any
TRUE if x is a valid base64 string, FALSE otherwise.
TRUE
x
FALSE
is_base64("SGVsbG8gV29ybGQ=") #> [1] TRUE