#' Interactive visualisation
#'
#' @description Creates interactive visualisation embeddable in R Markdown documents.
#' It implements an R-to-JavaScript transpiler and enables users to write JavaScript
#' applications using the syntax of R.
#'
#' @name sketch-package
#' @aliases sketch
#' @docType package
#'
#' @importFrom magrittr %>% %T>% %<>%
#' @importFrom utils head tail read.csv getParseData
#' @importFrom methods formalArgs
#' @importFrom stats setNames
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.