b64encode: Encode a File in Base64 Format

Description Usage Arguments Value Author(s) References See Also

View source: R/base64.R

Description

Encode a file in base64 format.

Usage

1
b64encode(input, output = tempfile(), linesize = 72L)

Arguments

input

Input file.

output

Output file.

linesize

Number of characters per line in output file.

Value

None. The output file is written.

Author(s)

Romain Francois, based on code by Bob Trower.

References

This is based on the base64 code available at http://base64.sourceforge.net/.

Base64 page at Wikipedia: http://en.wikipedia.org/wiki/Base64.

See Also

b64decode for the reverse operation


htmltools documentation built on May 2, 2019, 4:53 p.m.