Skip to contents

Each key maps to a regular file under root. Directories are created as needed. The root must be writable.

Usage

new_dir_store(root)

Arguments

root

Filesystem path; created if missing.

Value

A DirStore.

Examples

tmp <- tempfile()
s <- new_dir_store(tmp)