View source: R/limer_base64_to_df.R
limer_base64_to_df | R Documentation |
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.
limer_base64_to_df(
x,
encoding = NULL,
iconvArgs = list(from = "UTF-8", to = "UTF-8")
)
x |
... |
encoding |
Either |
iconvArgs |
Arguments to pass to [base::iconv(). |
## Not run:
limer_base64_to_df()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.