getFullName <- function(syscode) {
if (missing(syscode)) stop("You must provide a system code")
datasource <- getDataSource(code = syscode)
datasource$getFullName()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.