After a session I would like to clean up my temporary folders, like for instance
d <- tempfile()
dir.create(d)
setwd(d)
# now work and sweave and latex etc
How can I remove d and its elements? file.remove fails.
Kind regards, Karsten
|
After a session I would like to clean up my temporary folders, like for instance
How can I remove Kind regards, Karsten
| |||
feedback
|
|
Try | |||
|
feedback
|
|
Try
Should work. If you want to delete the contents and reuse the folder you could try this:
| |||
|
feedback
|