View source: R/writeCLASSfile.R
| writeCLASSfile | R Documentation | 
Writes a standard CRHMr data frame to a CLASS forcing data file.
writeCLASSfile(CLASS, CLASSfile = "", logfile = "")
| CLASS | Required. A CRHMr data frame containing the fields   | 
| CLASSfile | Required. A the file to hold the CLASS data. | 
| logfile | Optional. Name of the file to be used for logging the action. Normally not used. | 
If successful, returns the value TRUE. If unsuccessful, returns the value FALSE.
## Not run: 
result <- writeCLASSfile(class, 'driv.met')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.