#' Get the latitude coordinate from the data
#'
#' @param datafile TODO
#'
#' @return
#' @export
#'
#' @examples # TODO
get_lat_from_data <- function(datafile) {
return(unique(stats::na.omit(as.numeric(as.character(datafile[5:nrow(datafile),1])))))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.