Update a Nested Entry in a Database
Usage
boilerplate_update_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