| makeRegular | R Documentation | 
Makes the datetimes of an obs data frame fit the time step exactly
makeRegular(obs, timezone = "", quiet = TRUE, logfile = "")
| obs | Required. A CRHMr obs data frame. | 
| timezone | Required. Timezone to be assigned to data. | 
| quiet | Optional. Suppresses display of messages, except for errors. If you are calling
this function in an R script, you will usually leave  | 
| logfile | Optional. Name of the file to be used for logging the action. Normally not used. | 
If successful, returns a modified version of the obs data frame containing
the adjusted datetime and all of the variables. If unsuccessful, returns an error.
Kevin Shook
regular <- makeRegular(BadLake7376, timezone = "CST")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.