page_text: Add static text elements to a website.

View source: R/page_text.R

page_textR Documentation

Add static text elements to a website.

Description

Adds regular text elements to a website.

Usage

page_text(text, ..., tag = "p")

Arguments

text

A character vector of text to add. Each entry will be a separate element. Text can include links to be embedded, in the form "[text](url)".

...

Attributes to add to each element.

tag

The tag name of each element.

Value

A character vector of the content to be added.

Examples

## Not run: 
# regular text
page_text("text to be added")

## End(Not run)

uva-bi-sdad/community documentation built on Oct. 12, 2023, 1:18 p.m.