Learn R Programming

jsReact (version 0.2.4)

add_text: Add text

Description

Add text

Usage

add_text(my_html, text, into = "")

Arguments

my_html

html in a vector of strings; output from 'create_html'.

text

character string; text to be added.

into

character string; unique identifier of a line in the html. Element id is highly recommended.