Description Usage Arguments Details Value Warning Author(s) References Examples
Uses Pandoc to convert from one form to another.
1 2 | QC(to = "latex", from = "markdown", text = "clipboard",
copy2clip = interactive())
|
to |
Pandoc type you're converting to (defualt is |
from |
Pandoc type you're converting from (defualt is |
text |
A character vector or text copied to the clipboard. Default is to read from the clipboard. |
copy2clip |
logical. If |
This capitalizes every word of a string.
Returns a character vector every word capitalized.
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".
Michael Nelson and Tyler Rinker<tyler.rinker@gmail.com>.
Pandoc Website http://stackoverflow.com/a/15539563/1000343
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.