Skip to contents

Constructs a fundsr_session object, which encapsulates a mutable state environment and a storage environment.

Usage

fundsr_session(
  state = new.env(parent = emptyenv()),
  storage = new.env(parent = emptyenv())
)

Arguments

state

Environment for mutable fundsr state (fund-index map, loader registry, export queues, etc.).

storage

Environment for cached series storage.

Value

An object of class "fundsr_session".

See also