df_to_json {tinytable}R Documentation

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)

Arguments

data

A data frame or list to convert to JSON

Value

JSON string


[Package tinytable version 0.16.0 Index]