#' Create a header line with just 'C'
#'
#' A helper function to create .geo files
#'
#' @return none. Exports by cat to console or file as set previously
#'
#' @export
#'
penepma_geo_hdr_c <- function(){
str_C <- "C\n"
cat(str_C)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.