1% Generated by roxygen2: do not edit by hand
2% Please edit documentation in R/repr_htmlwidget.r
3\docType{data}
4\name{repr_*.htmlwidget}
5\alias{repr_*.htmlwidget}
6\alias{html_dependencies}
7\alias{repr_text.htmlwidget}
8\alias{repr_html.htmlwidget}
9\alias{repr_text.shiny.tag}
10\alias{repr_*.shiny.tag}
11\alias{repr_html.shiny.tag}
12\alias{repr_text.shiny.tag.list}
13\alias{repr_*.shiny.tag.list}
14\alias{repr_html.shiny.tag.list}
15\title{HTML widget representations}
16\format{
17An object of class \code{environment} of length 4.
18}
19\usage{
20html_dependencies
21
22\method{repr_text}{htmlwidget}(obj, ...)
23
24\method{repr_html}{htmlwidget}(obj, ...)
25
26\method{repr_text}{shiny.tag}(obj, ...)
27
28\method{repr_html}{shiny.tag}(obj, ...)
29
30\method{repr_text}{shiny.tag.list}(obj, ...)
31
32\method{repr_html}{shiny.tag.list}(obj, ...)
33}
34\arguments{
35\item{obj}{The htmlwidget, shiny.tag, or shiny.tag.list to create a representation for}
36
37\item{...}{ignored}
38}
39\description{
40Standalone HTML representation and dummy text representation.
41}
42\details{
43\code{html_dependencies} is an \link[base]{environment} containing the following functions.
44\code{getOption(\link[=repr-options]{'repr.html.deduplicate'})}
45\describe{
46 \item{\code{get()}}{Get the list of added dependencies}
47 \item{\code{add(dep)}}{Marks a dependency as added. Call this e.g. after appending a script tag with the dependency.}
48 \item{\code{clear()}}{Clear the list as seen dependencies. Now everything will be added again when encountered.}
49 \item{\code{dir()}}{Returns the directory in which the dependencies reside.}
50}
51}
52\keyword{datasets}
53