Initialize Boilerplate Text Databases (Deprecated)
Source:R/init-functions.R
boilerplate_init_text.Rd
This function is deprecated. Please use boilerplate_init() instead.
Arguments
- categories
Character vector. Categories to initialize.
- merge_strategy
Character. How to merge with existing databases.
- text_path
Character. Path to the directory where text database files are stored.
- overwrite
Logical. Whether to overwrite existing entries (deprecated).
- quiet
Logical. If TRUE, suppresses all CLI alerts.
- dry_run
Logical. If TRUE, simulates the operation without writing files.
- create_dirs
Logical. If TRUE, creates directories that don't exist.
- confirm
Logical. If TRUE, asks for confirmation before making changes.