R/handsontable4r-package.R

#' handsontable4r
#'
#' R interface for creating tables using Handsontable v8, url{http://http://handsontable.com/}
#'
#' @name handsontable4r-package
#' @docType package
#' @import htmlwidgets jsonlite
NULL

#' handsontable4r exported operators
#'
#' The following functions are imported and then re-exported
#' from the handsontable4r package to enable use of the magrittr
#' pipe operator with no additional library calls
#'
#' @name handsontable4r-exports
NULL

#' @importFrom magrittr %>%
#' @name %>%
#' @export
#' @rdname handsontable4r-exports
NULL
rickyking/handsontable4r documentation built on March 28, 2021, 9:35 p.m.