Learn R Programming

samatha (version 0.41)

content: concatenates html tags

Description

Seqentially concatenates strings separated by newlines

Usage

content(...)

Arguments

...
list or character vector of items to be concatenated

Value

character

Examples

Run this code
content(m("article", "article 1"), m("h1", "title"), m("section", "this is a section"))

Run the code above in your browser using DataLab