R/rhandsontable-package.R

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

Try the rhandsontable package in your browser

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

rhandsontable documentation built on May 27, 2021, 5:07 p.m.