Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

base64-decode

Converts base64 character to double.


Description

This function converts a base64 encoded character vector to a double vector.

Usage

.base64decode(x, size, endian = .Platform$endian,
  compressionType = c("none", "gzip"))

Arguments

x

character, base64 encoded string.

size

integer, number of bytes per element in the byte stream (see size in readBin).

endian

character, the endian-ness (see endian in readBin).

compressionType

character, type of compression to use for decompression of x (see type in memDecompress.

Value

Vector of type double.

Author(s)

Sebastian Gibb mail@sebastiangibb.de

See Also

base64decode from base64enc package


readMzXmlData

Reads Mass Spectrometry Data in mzXML Format

v2.8.1
GPL (>= 3)
Authors
Sebastian Gibb [aut, cre]
Initial release
2015-09-16

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.