getHtmlWidget: Get complete html widget in html text format

Description Usage Arguments Value

Description

Get complete html widget in html text format

Usage

1
2
getHtmlWidget(html, url = "", basePath = "", srcType = c("href", "file"),
  encodeFunc = urlEncodePath)

Arguments

html

HTML content

url

URL to store dependencies

basePath

folder under url to store dependencies

srcType

The type of src paths to use; valid values are file or href.

encodeFunc

The function to use to encode the path part of a URL. The default should generally be used.

Value

complete html widget in html text format


processadd/rWidget documentation built on May 20, 2019, 5:22 p.m.