#' @title R and Python Integration
#' @author Alexandre Sieira
#' @description A fork from rPython which uses jsonlite and has several fixes and improvements
#' @name SnakeCharmR
#' @docType package
#' @useDynLib SnakeCharmR, .registration = TRUE
#' @importFrom Rcpp sourceCpp
#' @importFrom jsonlite fromJSON toJSON
#' @importFrom stringr str_replace_all regex str_split
#' @import utils
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.