R package to Import a weather station observation axf-file downloaded from a Australian Bureau of Meteorology station
See
help(package = "ReadAxfBOM")
for details on the function provided by this package.
The import functions returns a data frame with the weather observations.
Used in this example at Rpubs:
http://rpubs.com/MarkusLoew/226759
Installation straight from github (if package "devtools" is already installed) via
devtools::install_github("MarkusLoew/ReadAxfBOM")
# load ReadAxfBOM package from the library
library(ReadAxfBOM)
# importing the file
obs <- ReadAxfBOM("observationfile.axf")