Description Usage Arguments Value Examples
Check that an Object is a Chart.js
Plot Object
1 | is.chartjs(x)
|
x |
The object to check (any R object). |
Whether the object inherits from chartjs
.
1 2 | is.chartjs(mtcars) # FALSE
is.chartjs(chartjs(mtcars, x = ~ mpg)) # TRUE
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.