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

as.meteoioiniR Documentation

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 signature 'character'
as.meteoioini(object, ...)

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

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

Arguments

object

the object to be coerced

...

further arguments

Examples


ini <- as.meteoioini("test")
 



ecor/RSMET documentation built on Aug. 30, 2023, 2:04 a.m.