OsError | R Documentation |
Raised when a system function returns a system-related error, including I/O failures such as “file not found” or “disk full” (not for illegal argument types or other incidental errors).
Raised when a system function timed out at the system level. Corresponds to errno ETIMEDOUT.
OsError(message = "Os-level Error", ..., class = NULL, call = NULL) TimeoutError(message = "Timeout Error", ..., class = NULL, call = NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.