This function takes a compressed string in Base64 format as input and returns the decompressed version of the string.
Examples
x <- compressToBase64("Hello, world!")
decompressFromBase64(x)
#> [1] "Hello, world!"
This function takes a compressed string in Base64 format as input and returns the decompressed version of the string.
x <- compressToBase64("Hello, world!")
decompressFromBase64(x)
#> [1] "Hello, world!"