runInDirectory | R Documentation |
Change Working Directory and Run Function
runInDirectory(target.dir = tempdir(), FUN, ..., .dbg = FALSE)
target.dir |
target directory. Default: |
FUN |
function to be invoked |
... |
arguments to be passed to function FUN |
.dbg |
if TRUE, debug messages on changing the directory are shown.
Default: |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.