mod_json {RobinHood}R Documentation

Converts a data frame to json minus the square brackets on the ends

Description

Converts a data frame to json minus the square brackets on the ends

Usage

mod_json(x, type)

Arguments

x

dataframe intended for json conversoin

type

(string) one of "fromJSON" or "toJSON"


[Package RobinHood version 1.7.0 Index]