d3_json: Create 'JSON' that 'd3.js' Expects

View source: R/json.R

d3_jsonR Documentation

Create 'JSON' that 'd3.js' Expects

Description

Create 'JSON' that 'd3.js' Expects

Usage

d3_json(x = NULL, strip = TRUE)

Arguments

x

data, usually in the form of data.frame or list

strip

logical to remove outer array. Use strip=TRUE for hierarchies from d3_nest

Value

string of 'JSON' data


d3r documentation built on Oct. 2, 2023, 5:08 p.m.

Related to d3_json in d3r...