R/get_lat_from_data.R

Defines functions get_lat_from_data

Documented in get_lat_from_data

#' 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])))))
}
IDEMSInternational/RInstatClimatic documentation built on June 30, 2023, 7:40 p.m.