Description Usage Arguments Value Examples
View source: R/AmerAssocIndividInvestorsAAII.R
Get the FileName FilePostFixName without its extension.
1 | filePostFixName(SubPathFileExt, Separ = "_", PathReq = TRUE, ...)
|
SubPathFileExt |
String. Path to the file including FileName and its (after the dot ".") extension. |
Separ |
String. Regular expression separating the FilePostFixName from its FileName. |
PathReq |
Logical. Send SubPathFileExt through normalizePath. |
... |
Dots passed. |
String.
1 2 3 4 5 6 7 | ## Not run:
filePostFixName(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.