powered by
Decodes one or more Base64-encoded elements back into their original character form.
from_base64(x)
A character vector of decoded strings, same length as x.
x
A character vector of Base64-encoded strings. NA values are preserved.
z <- as_base64(c("hello", "world")) from_base64(z)
Run the code above in your browser using DataLab