compressToBase64: Compress a string to Base64

View source: R/lzstringr-package.R

compressToBase64R Documentation

Compress a string to Base64

Description

This function takes a string as input and returns a compressed version of the string in Base64 format.

Usage

compressToBase64(string)

Arguments

string

A character string to be compressed.

Value

A character string representing the compressed input string in Base64 format.

Examples

compressToBase64("Hello, world!")

lzstring documentation built on Oct. 22, 2024, 1:06 a.m.