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

Description Usage Arguments Examples

View source: R/as.meteoioini.R

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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
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

1
2
ini <- as.meteoioini("test")
 

RSMET documentation built on April 24, 2018, 5:04 p.m.

Related to as.meteoioini in RSMET...