R/sketch.R

#' 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

Try the sketch package in your browser

Any scripts or data that you put into this service are public.

sketch documentation built on Oct. 23, 2022, 5:07 p.m.