knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
With the increasing support of JSON in databases and since 2016 even support in the SQL standard, JSON data in vectors become more common. With jsontools one can easily work with JSON vectors in R.
The three main parts are:
install.packages("jsontools") # Or the the development version from GitHub: devtools::install_github("mgirlich/jsontools")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.