mellio_base64_compact: Compact base64-encode an object for URL transport

View source: R/print.R

mellio_base64_compactR Documentation

Compact base64-encode an object for URL transport

Description

Strips line breaks from jsonlite::base64_enc() output so the result can be appended to a URL hash without breaking the URL.

Usage

mellio_base64_compact(x)

Arguments

x

A character string to encode.

Value

Base64-encoded string with no embedded newlines.


mellio documentation built on Aug. 30, 2026, 1:06 a.m.