Learn R Programming

ipanema (version 1.2.0)

base64_to_df: base64_to_df

Description

Convert a base64 representation of a CSV table into a `data.frame` object.

Usage

base64_to_df(x)

Value

A `data.frame` object containing the data from `x`.

Arguments

x

The base64-encoded CSV string