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