Import metadata from postbin coo file
import_meta_postbin.Rd
Read stations meta data from coo
file used by postbin
tool.
Usage
import_meta_postbin(file = file.choose())
Examples
if (FALSE) {
cooFile <- c("extdata/station_4.0.coo")
metadata <- import_meta_postbin(cooFile)
}