Description Usage Arguments Examples
View source: R/as.meteoioini.R
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.
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, ...)
|
object |
the object to be coerced |
... |
further arguments |
1 2 | ini <- as.meteoioini("test")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.