Description Usage Arguments Value Warning Notice Examples
UF
- A convenience function to replace black spaces of paths with
underscores.
PF
- A convenience function to replace black spaces of URLs with
percents.
US
- A convenience function to replace black spaces of paths with
underscores.
1 2 3 4 5 | UF(path = "clipboard", copy2clip = interactive(), fill = "_")
PF(path = "clipboard", copy2clip = interactive(), fill = "%")
US(path = "clipboard", copy2clip = interactive(), fill = "_")
|
path |
A character vector or url/path copied to the clipboard. Default is to read from the clipboard. |
copy2clip |
logical. If |
fill |
The character symbol to fill the blank spaces with. |
Returns a character vector every space replaced with an
underscore/percent And apostophes removed. UF
also converts the text
to lower case.
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".
US
is deprecated and will be removed from reports in
a version subsequent to version 0.2.0 Please use UF
instead.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.