iterator.iterateMeters: Run features for a list of meter ids

Description Usage Arguments

View source: R/iterator.R

Description

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.

Usage

1
2
iterator.iterateMeters(meterList, custFn, ctx = new.env(), as_df = FALSE,
  ...)

Arguments

meterList

The list of meterIds to use to instantiate a MeterDataClass objects

custFn

The feature extraction function to run on each instance of MeterDataClass. Can also be a list of feature functions, whose results will be c()'d together, so make sure the names of their return values are unique!

ctx

The ctx environment for the feature extraction.

as_df

Boolean (defaulted to FALSE) that determines whether iterator.todf is run on the results before returning them.

...

Additional arguments to be passed to the feature extraction function.


ConvergenceDA/visdom documentation built on May 6, 2019, 12:51 p.m.