Learn R Programming

RSMET (version 1.3.8)

meteoioini: Function to read a a Meteo IO *.ini file

Description

Function to read a a Meteo IO *.ini file

Usage

meteoioini(file = NULL, comment = "#", ...)

Arguments

file

Meteo IO INI file name

comment

character symbol used to comment lines or part of lines. Default is "#". See str_locate

...

further arguments

Value

a meteoioini-class object

See Also

meteoioini-class,print.meteoioini

Examples

Run this code
# NOT RUN {
file <- system.file("examples/io.ini",package="RSMET")
ini <- meteoioini(file)

# }

Run the code above in your browser using DataLab