resample_series: resampling a serie

resample_seriesR Documentation

resampling a serie

Description

resampling a serie

Usage

resample_series(
  serie,
  statistic = "mean",
  new_interval = "d1",
  data_thresh = NULL,
  max_gap = NULL,
  rename_parameter = TRUE,
  percentile = 0.95,
  skip_padding = FALSE,
  start_date = NULL,
  end_date = NULL,
  drop_last = FALSE
)

Arguments

serie

a tibble in rOstluft long format containing exactly one serie

Value

tibble with resampled series


Ostluft/rOstluft documentation built on Feb. 6, 2024, 1:26 a.m.