File: rhandsontable-package.R

package info (click to toggle)
r-cran-rhandsontable 0.3.6%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,920 kB
  • sloc: makefile: 18; sh: 10
file content (26 lines) | stat: -rw-r--r-- 724 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#' rhandsontable
#'
#' R interface for creating tables using Handsontable, url{http://http://handsontable.com/}
#'
#' For full documentation on the package, visit \url{http://jrowen.github.io/rhandsontable/}
#' @name rhandsontable-package
#' @docType package
#' @import htmlwidgets jsonlite
#' @importFrom utils modifyList capture.output head tail
#' @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