har_memory_sliding: Sliding batch memory policy

View source: R/har_online_memory.R

har_memory_slidingR Documentation

Sliding batch memory policy

Description

Keeps only the most recent batches completed batches in memory.

Usage

har_memory_sliding(batches)

Arguments

batches

Number of completed batches to retain.

Value

A har_memory_sliding object.

Examples

memory <- har_memory_sliding(3)
memory$batches

harbinger documentation built on July 10, 2026, 5:07 p.m.