A jaspObject to display html.

createJaspHtml(
  text = "",
  elementType = "p",
  maxWidth = "15cm",
  class = "",
  dependencies = NULL,
  title = "hide me",
  position = NULL
)

Arguments

dependencies

see jaspObject

title

String, title of the jaspContainer

position

see jaspObject

Super classes

jaspResults::jaspObjR -> jaspResults::jaspOutputObjR -> jaspHtmlR

Methods

Public methods

Inherited methods

Method new()

create a new jaspHtml object, however, createJaspHtml is preferred.

Usage

jaspHtmlR$new(
  text = "",
  elementType = "p",
  maxWidth = "15cm",
  class = "",
  dependencies = NULL,
  title = "hide me",
  position = NULL,
  info = NULL,
  jaspObject = NULL
)

Arguments

text,

String, the text contained in the html element.

elementType,

String, the type of html element.

maxWidth,

String the maximum width of the element

dependencies

see [`jaspOutputObjR$position()`][jaspOutputObjR]

title

String, title of the element

position

see [`jaspOutputObjR$position()`][jaspOutputObjR]

info

TODO

jaspObject

do not use.