asWindowsbasename | R Documentation |
Windows basenames must not contain the control characters "\001"
through "\037"
, double quote \"
, asterisk *
, slash
/
, colon :
, left and right chevrons <>
, question mark
?
, backslash \
, and vertical bar |
. Additionally, a
Windows basename must not begin with a space, and must not end with a space
or full stop. A basename which is valid in Windows is likely to be valid on
any OS.
asWindowsbasename(path)
path |
character vector; the strings to make into valid paths. |
A character vector, the same length and attributes as path
(after
possible coercion to character).
asWindowsbasename(c(
" test ",
" testing?.",
"already valid name"
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.