#' rhandsontable
#'
#' R interface for creating tables using Handsontable, url{https://handsontable.com/}
#'
#' For full documentation on the package, visit \url{https://jrowen.github.io/rhandsontable/}
#' @name rhandsontable-package
#' @docType package
#' @import htmlwidgets jsonlite
#' @importFrom utils modifyList capture.output head tail type.convert
#' @importFrom methods as
NULL
#' rhandsontable exported operators
#'
#' The following functions are imported and then re-exported
#' from the rhandsontable package to enable use of the magrittr
#' pipe operator with no additional library calls
#'
#' @name rhandsontable-exports
NULL
#' @importFrom magrittr %>%
#' @name %>%
#' @export
#' @rdname rhandsontable-exports
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.