set_local_storage: Set local (in-memory) storage

View source: R/Storage.R

set_local_storageR Documentation

Set local (in-memory) storage

Description

Reset storage to the default in-memory backend.

Usage

set_local_storage(gitstats)

Arguments

gitstats

A GitStats object.

Value

A GitStats object (invisibly).

Examples

## Not run: 
  my_gitstats <- create_gitstats() |>
    set_local_storage()

## End(Not run)

GitStats documentation built on April 23, 2026, 9:10 a.m.