set.seed(123)
df <- rw30()
subset_walks(df, .type = "max")
subset_walks(df, .type = "min")
subset_walks(df, .type = "both")
# Example with a specific value column
set.seed(123)
discrete_walk() |>
subset_walks(.type = "both", .value = "cum_sum_y") |>
visualize_walks(.pluck = 2)
Run the code above in your browser using DataLab