Convert a base64 representation of a CSV table into a 'data.frame' object.
base64_to_df(x)
x
The base64-encoded CSV string
A 'data.frame' object containing the data from 'x'.