# getHTML_ProposalTitle.R
#
# Purpose: Dynamically renders the proposal title ui
#
# Author: Roberto Lentini (rlentini@research.baycrest.org)
#
# Date: 2021-06-01
#
# ===============================================================================
getHTML_ProposalTitle <- function (proposalTitle) {
ptag1 = '<p>'
pWithContent = paste(ptag1, proposalTitle)
html = paste(pWithContent, '</p>')
return(html)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.