d3_dep_v7 {d3r}R Documentation

'd3.js' Dependency for Version 7

Description

'd3.js' Dependency for Version 7

Usage

d3_dep_v7(offline = TRUE)

Arguments

offline

logical to specify whether to use a local copy of d3.js (TRUE) or use cdn (FALSE)

Value

htmltools::htmlDependency

See Also

d3_dep_v6, d3_dep_v5, d3_dep_v4, d3_dep_v3, and d3_dep_jetpack.

Other 'd3' dependency functions: d3_dep_jetpack(), d3_dep_v3(), d3_dep_v4(), d3_dep_v5(), d3_dep_v6()

Examples

library(d3r)
library(htmltools)

tagList(d3_dep_v7())

[Package d3r version 1.1.0 Index]