moveLibs.NativeCode {R.native} | R Documentation |
Moves library files from one directory to another.
## S3 method for class 'NativeCode': moveLibs(static, pattern="[.](dll|so)$", fromPath=NULL, toPath=filePath(path, "../libs/"), ...)
pattern |
A filename pattern to be used to identify library files. |
fromPath |
The directory to look for files. |
toPath |
The directory to where files should be moved. |
... |
Not used. |
Returns (invisibly) what system
() returns.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see NativeCode
.