View source: R/pushsmetintoini.R
| pushSmetIntoIni | R Documentation | 
meteoioini-class objectPushes SMET object file into a meteoioini-class object
pushSmetIntoIni(
  ...,
  smetlist = NULL,
  ini = as.meteoioini("test"),
  smetwdir = system.file("temp", package = "RSMET"),
  force.smetdir = TRUE,
  new.ini.file = NA,
  append = FALSE
)
| ... | 
 | 
| smetlist | (alternative) list of  | 
| ini | a  | 
| smetwdir | optional working directory used for SMET writing on disks. Default is the package internal directory  | 
| force.smetdir | logical value. In case it is  | 
| new.ini.file | character string. DEfault is  | 
| append | logical value. Default is codeFALSE. If it is  | 
An updated meteoioini-class object.
ini <- as.meteoioini("test")
AA <- as.smet("test")
BB <- as.smet("test")
newini <- pushSmetIntoIni(AA,BB,ini=ini)
newini <- pushSmetIntoIni(AA=AA,BB=BB,ini=ini)
newini <- pushSmetIntoIni(AA=AA,BB=BB,ini=ini)
##  NOT YET IMPLEMENTED
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.