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

base64-encode

Converts double to base64 character.


Description

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

Usage

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

Arguments

x

double, vector

size

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

endian

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

compressionType

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

Value

Vector of type character.

Author(s)

Sebastian Gibb mail@sebastiangibb.de

See Also

base64encode from base64enc package


MALDIquantForeign

Import/Export Routines for 'MALDIquant'

v0.12
GPL (>= 3)
Authors
Sebastian Gibb [aut, cre] (<https://orcid.org/0000-0001-7406-4443>), Pietro Franceschi [ctb]
Initial release
2019-01-30

We don't support your browser anymore

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