R/penepma_geo_hdr_x.R

#' 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)
}
jrminter/rpemepma documentation built on May 29, 2019, 11:43 a.m.