#' @rdname gfcmSTAR-internal
#'
#' @export
## Ensure Advice_Export has . decimal separator
comma2period <- function(x)
{
gsub(",([0-9])", ".\\1", x)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.