Learn R Programming

RSMET (version 1.3.8)

as.meteoioini: Coerces an object to a meteoioini-class object

Description

It coerces an object to a meteoioini-class object. In case the object is a character string, it is considered to be the name of an INI file and the meteoioini-class object is imported.

Usage

as.meteoioini(object, ...)

as.meteoioini(object, ...)

# S4 method for character as.meteoioini(object, ...)

# S4 method for list as.meteoioini(object, ...)

# S4 method for meteoioini as.meteoioini(object, ...)

Arguments

object

the object to be coerced

...

further arguments

Examples

Run this code
# NOT RUN {
ini <- as.meteoioini("test")
 


# }

Run the code above in your browser using DataLab