Description Usage Arguments Value Examples
View source: R/AmerAssocIndividInvestorsAAII.R
Get the FileName with its extension.
1 | fileAndExt(SubPathFileExt, Separ = "/", PathReq = TRUE, ...)
|
SubPathFileExt |
String. Path to the file including FileName and its (after the dot ".") extension. |
Separ |
String. Regular expression separating the FileName with its extension from the rest of the path. |
PathReq |
Logical. Send SubPathFileExt through normalizePath. |
... |
Dots passed. |
String.
1 2 3 4 5 6 7 | ## Not run:
fileAndExt(c(
"C:\\Program Files (x86)\\Stock Investor\\Professional\\setup.dbf",
"C:\\Program Files (x86)\\Stock Investor\\Professional\\Static\\si_isq.dbf"
))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.