json_fromb64: Convert a Base64 encoded string into an R object

Description Usage Arguments

View source: R/utils.r

Description

A simple wrapper around calls to openssl::base64_decode() and jsonlite::fromJSON().

Usage

1
json_fromb64(x, flatten = TRUE, ...)

Arguments

x

a string

flatten

flatten JSON structures upon conversion?

...

passed on to jsonlite::fromJSON()


hrbrmstr/splashr documentation built on Feb. 23, 2020, 2:13 p.m.