# NOT RUN {
# Load test data from the package
csv <- system.file("extdata", "test.csv", package = "GeodesiCL")
data_test <- read_data(csv)
# Zone
zone <- 19
# Hemisphere could be "north" or "south"
hemisphere <- "south"
value <- UTMtoLongLat(data_test, zone, hemisphere = "south", crs = 4326, digits = 4)
print(value)
# }
Run the code above in your browser using DataLab