Nothing
get_list <- function(data) {
tryCatch({
list.df <- formattable(data, align = 'c',
caption = "<center>List of securities that show the
largest <b>positive</b> and <b>negative</b> price
variations during the day in the Bolivian Securities
Exchange.</center>")
return(list.df)
}, error = function(e) {
message('Apologies. The get_list function does not accept NULL values.')
})
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.