Creates an ecoextract/ directory in the project root and copies default template files for customization. This allows users to override package defaults on a per-project basis.
Usage
init_ecoextract(project_dir = getwd(), overwrite = FALSE)Examples
if (FALSE) { # \dontrun{
# Create ecoextract config directory with templates
init_ecoextract()
# Now customize files in ecoextract/ directory:
# - Read SCHEMA_GUIDE.md for schema format requirements
# - Edit schema.json to define your data fields
# - Edit extraction_prompt.md to describe what to extract
} # }