#' @rdname gfcmSTAR-internal
#'
#' @export
## Convert Column_name to Column_Name
Start_Case <- function(x)
{
gsub("_([a-z])", "_\\U\\1", x, perl=TRUE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.