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