base64_to_df: base64_to_df

View source: R/base64_to_df.R

base64_to_dfR 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'.


ipanema documentation built on June 8, 2025, 11:06 a.m.