Skip to contents

These functions provide the ability to manipulate databases using dot-separated paths, preserving the nice nesting capabilities from the original boilerplate_manage_text functions. Add a Nested Entry to a Database

Usage

boilerplate_add_entry(db, path, value, auto_sort = TRUE)

Arguments

db

List. The database to modify

path

Character. Dot-separated path (e.g., "statistical.longitudinal.lmtp")

value

Any. The value to set

auto_sort

Logical. Whether to automatically sort at each level. Default is TRUE.

Value

The modified database