detect_profiled_data | R Documentation |
This function detects if there are profiled days in a consumption time series.
detect_profiled_data(data, timeColumn = "localtime", valueColumn = "Qe")
data |
<data.frame> with potential profiled content. |
timeColumn |
<string> identifying the local time of the time series. |
valueColumn |
<string> identifying the value of the time series. |
<array> of dates that have a high probability to be profiled.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.