This function converts a base64 encoded character vector to a
double vector.
.base64decode(
  x,
  size,
  endian = .Platform$endian,
  compressionType = c("none", "gzip")
)Vector of type double.
character, base64 encoded string.
integer, number of bytes per element in the byte stream
(see size in readBin).
character, the endian-ness
(see endian in readBin).
character, type of compression to use for
decompression of x (see type in
memDecompress.
Sebastian Gibb mail@sebastiangibb.de
base64decode from base64enc package