powered by
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") )
…
Either NULL or an encoding to pass to textConnection().
NULL
textConnection()
Arguments to pass to [base::iconv().
# NOT RUN { limer_base64_to_df() # } # NOT RUN { # }
Run the code above in your browser using DataLab