refresh.DTSg | R Documentation |
Checks the integrity of a DTSg
object and tries to automatically
(re-)detect its periodicity. Normally, there is no reason for a user to call
this method. The only exception is stated in values
.
## S3 method for class 'DTSg'
refresh(x, ...)
x |
A |
... |
Not used (S3 method only). |
Returns a DTSg
object.
# new DTSg object
x <- DTSg$new(values = flow)
# check the object's integrity
## R6 method
x$refresh()
## S3 method
refresh(x = x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.