powered by
Function to read a a Meteo IO *.ini file
meteoioini(file = NULL, comment = "#", ...)
Meteo IO INI file name
character symbol used to comment lines or part of lines. Default is "#". See str_locate
"#"
str_locate
further arguments
a meteoioini-class object
meteoioini-class
meteoioini-class,print.meteoioini
print.meteoioini
# NOT RUN { file <- system.file("examples/io.ini",package="RSMET") ini <- meteoioini(file) # }
Run the code above in your browser using DataLab