page_text | R Documentation |
Adds regular text elements to a website.
page_text(text, ..., tag = "p")
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 |
... |
Attributes to add to each element. |
tag |
The tag name of each element. |
A character vector of the content to be added.
## Not run:
# regular text
page_text("text to be added")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.