| Config | R Documentation |
Config Class
all_settings()Config$all_settings(x)
new()Config$new(config = list())
provider()Config$provider(name, config = list())
error_message()Config$error_message(name, locale = "en")
error_messages()Config$error_messages(x = list(), locale = "en")
configure()Config$configure(settings)
clone()The objects of this class are cloneable with this method.
Config$clone(deep = FALSE)
deepWhether to make a deep clone.
## Not run: x <- Config$new() x x$config x$config$dns_timeout z <- Config$new(list(dns_timeout = 4)) z z$config z$config$dns_timeout ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.