detect_profiled_data: Detect profiled days in data

View source: R/preparation.R

detect_profiled_dataR Documentation

Detect profiled days in data

Description

This function detects if there are profiled days in a consumption time series.

Usage

detect_profiled_data(data, timeColumn = "localtime", valueColumn = "Qe")

Arguments

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.

Value

<array> of dates that have a high probability to be profiled.


biggproject/biggr documentation built on Oct. 2, 2024, 11:13 p.m.