banner | R Documentation |
banner
banner(nams, values, len = 80, sql = FALSE)
values = c('1', 'Aname Bname', paste(sample(iris$Species, 20), collapse = ' ' ) )
nams = c('ID', 'Name', NA)
cat( banner(nams, values, 50) )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.