Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 30 found.
[1] < 1 2 3 > [3]  Sort:

knitr_methods (Package: htmltools) : Knitr S3 methods

These S3 methods are necessary to allow HTML tags to print themselves in knitr/rmarkdown documents.
● Data Source: CranContrib
● Keywords:
● Alias: knit_print.html, knit_print.shiny.tag, knit_print.shiny.tag.list, knitr_methods
● 0 images

browsable (Package: htmltools) : Make an HTML object browsable

By default, HTML objects display their HTML markup at the console when printed. browsable can be used to make specific objects render as HTML by default when printed at the console.
● Data Source: CranContrib
● Keywords:
● Alias: browsable, is.browsable
● 0 images

htmlEscape (Package: htmltools) : Escape HTML entities

Escape HTML entities contained in a character vector so that it can be safely included as text or an attribute value within an HTML document
● Data Source: CranContrib
● Keywords:
● Alias: htmlEscape
● 0 images

include (Package: htmltools) : Include Content From a File

Load HTML, text, or rendered Markdown from a file and turn into HTML.
● Data Source: CranContrib
● Keywords:
● Alias: include, includeCSS, includeHTML, includeMarkdown, includeScript, includeText
● 0 images

save_html (Package: htmltools) : Save an HTML object to a file

Save the specified HTML object to a file, copying all of it's dependencies to the directory specified via libdir.
● Data Source: CranContrib
● Keywords:
● Alias: save_html
● 0 images

resolveDependencies (Package: htmltools) : Resolve a list of dependencies

Given a list of dependencies, removes any redundant dependencies (based on name equality). If multiple versions of a dependency are found, the copy with the latest version number is used.
● Data Source: CranContrib
● Keywords:
● Alias: resolveDependencies
● 0 images

tag (Package: htmltools) : HTML Tag Object

tag() creates an HTML tag definition. Note that all of the valid HTML5 tags are already defined in the tags environment so these functions should only be used to generate additional tags. tagAppendChild() and tagList() are for supporting package authors who wish to create their own sets of tags; see the contents of bootstrap.R for examples.
● Data Source: CranContrib
● Keywords:
● Alias: tag, tagAppendAttributes, tagAppendChild, tagAppendChildren, tagGetAttribute, tagHasAttribute, tagList, tagSetChildren
● 0 images

validateCssUnit (Package: htmltools) : Validate proper CSS formatting of a unit

Checks that the argument is valid for use as a CSS unit of length.
● Data Source: CranContrib
● Keywords:
● Alias: validateCssUnit
● 0 images

builder (Package: htmltools) : HTML Builder Functions

Simple functions for constructing HTML documents.
● Data Source: CranContrib
● Keywords:
● Alias: a, br, builder, code, div, em, h1, h2, h3, h4, h5, h6, hr, img, p, pre, span, strong, tags
● 0 images

css (Package: htmltools) : CSS string helper

Convenience function for building CSS style declarations (i.e. the string that goes into a style attribute, or the parts that go inside curly braces in a full stylesheet).
● Data Source: CranContrib
● Keywords:
● Alias: css
● 0 images