Utility function that runs the configured set of feature functions on the data from a list of passed meter ids. This is useful for scripting feature extraction on an arbitrary number of meters.
1 2 | iterator.iterateMeters(meterList, custFn, ctx = new.env(), as_df = FALSE,
...)
|
meterList |
The list of meterIds to use to instantiate a |
custFn |
The feature extraction function to run on each instance of |
ctx |
The ctx environment for the feature extraction. |
as_df |
Boolean (defaulted to FALSE) that determines whether |
... |
Additional arguments to be passed to the feature extraction function. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.