R/widgetframe-package.r

#' widgetframe: A package for wrapping htmlwidgets in responsive iframes.
#'
#' This package provides two functions \code{\link{frameableWidget}}, and \code{\link{frameWidget}}.
#' The \code{\link{frameableWidget}} is used to add extra code to a htmlwidget which
#' allows is to be rendered correctly inside a responsive iframe.
#' The \code{\link{frameWidget}} is a htmlwidget which displays content of another
#' htmlwidget inside a responsive iframe.
#'
#' @importFrom magrittr %>%
#'
#' @name widgetframe
#' @docType package
NULL

Try the widgetframe package in your browser

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

widgetframe documentation built on May 1, 2019, 7:05 p.m.