Skip to contents

Returns the named dataset, re-reading from disk if its modification time has advanced since the last read (hot reload), otherwise returning the cached value.

Usage

aurora_data_get(store, name)

Arguments

store

An aurora_data_store().

name

Registered dataset name.

Value

The dataset as returned by its reader.