base64_to_df {ipanema} | R Documentation |
base64_to_df
Description
Convert a base64 representation of a CSV table into a 'data.frame' object.
Usage
base64_to_df(x)
Arguments
x |
The base64-encoded CSV string |
Value
A 'data.frame' object containing the data from 'x'.
[Package ipanema version 1.1.0 Index]