normalize | R Documentation |
Construct a standardized string from values passed to ...
normalize(...)
... |
Any number of vectors containing atomic elements. Each vector is normalized as a paragraph.
|
Input text can written in a variety of ways using single-line and multi-line
strings. Values passed to ...
are normalized (to ensure their consistency)
and collapsed to a single character string using the standard paragraph
separator. The latter is defined as two newline characters ("\n\n"
).
NA values and empty strings are discarded before reducing ...
to a
character string.
Whitespaces (tabs, newlines, and repeated spaces) characters are replaced by a single space. Paragraph separators are preserved.
Leading or trailing whitespaces are stripped.
A character string, possibly empty.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.