getLogo: Get Logo file name

Description Usage Value Examples

View source: R/getLogo.R

Description

Get Logo file name

Usage

1

Value

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.

Examples

1
2
3
4
5
6
7
8
result = tryCatch({
  ()
}, warning = function(w) {
print(paste0("Warning in getLogo: ", w, ". File is to be ",
             suppressWarnings(())$file))
}, error = function(e) {
print(paste0("Error in in getLogo: ", e))
})

rmsharp/nprcmanager documentation built on April 24, 2021, 3:13 p.m.