get_change_points_all.Rd
This function takes a data frame as input and returns a data frame containing change points for each variable specified in the input data frame. Change points are identified as the locations where the value of a variable changes from its previous value
Data.frame with columns to detect change points in
Character. Name of the columns, which should be use as a order of values
Logical. If TRUE
additional values will be placed
in between values of var_name_order
.
Character. Only used for use_inbetween_values
== TRUE
Define what should the function output.
"only_inbetween"
- only inbetween values,
"both"
- both inbetween values and original data
Character. Optional. Columns to use to change point detection
will be automatically selected if they partly matched var_name_detection
.
For all columns use `NULL``.
Which direction should the values be compared ("front" or "back")
Data.frame with var_name_order
and all columns detected based on
var_name_detection
, with 1
represent change points.