knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
R interface to FusionCharts
{fusionchartsR}
was designed to provide an R interface to FusionCharts.
The fusionchartsR
package can be installed from CRAN as follows:
install.packages("fusionchartsR")
The latest version can be installed from GitHub as follows:
install.packages("devtools") devtools::install_github("alexym1/fusionchartsR")
You can retrieve a demo here.
FusionChartsR has dependencies on FusionCharts, a commercial JavaScript charting library. FusionCharts is not free for commercial and governmental use. Please, purchase a licence at https://cart.fusioncharts.com/.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.