View source: R/rawsList_utils.R
rawsList_isRawsList | R Documentation |
The rawsList
is checked for the 'list' class name and
each element of this list is checked for correct raws_timeseries
object
structure.
rawsList_isRawsList(rawsList = NULL, verbose = FALSE)
rawsList |
rawsList object |
verbose |
Logical flag controlling detailed progress statements. |
TRUE
if rawsObject
has the correct structure,
FALSE
otherwise.
library(RAWSmet)
rawsList_isRawsList(example_cefaList)
rawsList_isRawsList(example_wrccList)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.