Description Usage Arguments Value Warning Examples
GQ
- Tool to grab quote and format the text taken from articles for LaTeX.
Combines multiple stringed text into one string. Removes non ascii
characters and hyphens.
QQ
- Tool to grab a quote and format the text taken from articles for
use in the directory notes.xslx or notes.csv. Combines multiple stringed
text into one string. Removes non ascii characters and hyphens.
1 2 3 4 | GQ(quotes = TRUE, block = TRUE, text = "clipboard",
copy2clip = interactive(), invisible = FALSE)
QQ(text = "clipboard", copy2clip = interactive())
|
quotes |
logical or c( |
block |
logical. If |
text |
A character vector or text copied to the clipboard. Default is to read from the clipboard. |
copy2clip |
logical. If |
invisible |
logical. If |
GQ
- Returns formatted text for use with LaTeX documents.
QQ
- Returns formatted text for use with notes.xslx or
notes.csv.
Ligatures parsing is very good, however, these elements may be incorrect. If a warning is thrown check the use of "ff", "fi", "fl", "ffi" and "ffl".
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.