configure | R Documentation |
This function will allow you to set package variables.
configure(timeout = NULL, remote = NULL, curl = NULL)
timeout |
Timeout option used with default R download socket. The global default value for this is 500, which can be increased for very large files and a slow internet connection. Has no effect, when |
remote |
Character string which is the URL of the chronos server. |
curl |
Logical value of the 'curl' package variable. |
The following package-wide variables can be set.
timeout
: Positive integer. Timeout of connections in seconds when the default R sockets are used. The global setting by default is '300'.
#' remote
: Character string. URL of the chronosphere repositories, the default value is "https://github.com/chronosphere-info/chrono_arch/raw/main/"
.
curl
: Logical value. If set to TRUE
(default), the curl libraries are used to download files. If set to FALSE
(default) the default R sockets are used, which can result in timeout issues that need to be resolved manually.
The function has no return value.
configure(curl=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.