Learn R Programming

tinytable (version 0.13.0)

df_to_json: Convert data frame or list to JSON

Description

Simple helper function to convert a data frame or list to JSON format

Usage

df_to_json(data)

Value

JSON string

Arguments

data

A data frame or list to convert to JSON