UF(path = "clipboard", copy2clip = interactive(), fill = "_") PF(path = "clipboard", copy2clip = interactive(), fill = "%") US(path = "clipboard", copy2clip = interactive(), fill = "_")
TRUE attempts to
  copy the output to the clipboard.Returns a character vector every space replaced with an
underscore/percent And apostophes removed.  UF also
converts the text to lower case.
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.
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.
UF("bad path with spaces")[1] "bad_path_with_spaces"PF("https://github.com/trinker/reports/fictional path to nowhere.pdf")[1] "https://github.com/trinker/reports/fictional%path%to%nowhere.pdf"