toB64: Convert names to and from Base64 encoding

View source: R/utils.R

toB64R Documentation

Convert names to and from Base64 encoding

Description

Note: uses the . and _ characters rather than + and / allowing these to be used as variable names

Usage

toB64(names)

fromB64(names)

Arguments

names

the names to be converted base64


jmvcore documentation built on Sept. 12, 2024, 7:32 a.m.

Related to toB64 in jmvcore...