#' Create a header line of repeated x
#'
#' A helper function to generate .geo files
#'
#' @return none. Exports by cat to console or file as set previously
#'
#' @export
#'
penepma_geo_hdr_x <- function(){
str_x <- "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\n"
cat(str_x)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.