base64_decode: Base64 to Raw Decoding

View source: R/base64.R

base64_decodeR Documentation

Base64 to Raw Decoding

Description

Decodes base64 string to raw vector

Usage

base64_decode(x, url = identical(attr(x, "url", exact = TRUE), TRUE))

Arguments

x

a base64 encoded string.

url

a bool whether to decode from base64 url encoding. Default is identical(attr(x, "url", exact = TRUE), TRUE).

Source

https://en.wikibooks.org/wiki/Algorithm_Implementation/Miscellaneous/Base64


gitdemont/IFC documentation built on Feb. 20, 2025, 12:55 a.m.