limer_base64_to_df: Convert base64 encoded data to a data frame

View source: R/limer_base64_to_df.R

limer_base64_to_dfR Documentation

Convert base64 encoded data to a data frame

Description

This function converts raw base64 results into a data frame. It was adapted by Gjalt-Jorn Peters from a function originally written by Andrew Heiss.

Usage

limer_base64_to_df(
  x,
  encoding = NULL,
  iconvArgs = list(from = "UTF-8", to = "UTF-8")
)

Arguments

x

...

encoding

Either NULL or an encoding to pass to textConnection().

iconvArgs

Arguments to pass to [base::iconv().

Examples

## Not run: 
limer_base64_to_df()

## End(Not run)


limonaid documentation built on June 14, 2022, 1:06 a.m.