getLogo | R Documentation |
Get Logo file name
getLogo()
A character vector of length one having the name of the logo file
used in the Input
tab. A warning is returned if the configuration
file is not found.
result = tryCatch({
getLogo()
}, warning = function(w) {
print(paste0("Warning in getLogo: ", w, ". File is to be ",
suppressWarnings(getLogo())$file))
}, error = function(e) {
print(paste0("Error in in getLogo: ", e))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.