waitForFreeDiskSpace | R Documentation |
Checks if there is enough free disk space. If there is not enough disk space, an e-mail will be sent and the job will be put on hold for up to two hours.
waitForFreeDiskSpace(param)
getGigabyteFree(dirPath)
param |
a list of parameters:
|
dirPath |
a character specifying the path of the directory to check the disk space in. |
getGigabyteFree
: Gets the number of free gigabytes.
Rehrauer, Hubert
Schmid, Peter
param = list()
param[['mail']] = ''
param[['scratch']] = '100'
waitForFreeDiskSpace(param)
getGigabyteFree(".")
getGigabyteFree("/")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.