Pull Project from Server Scaffolds folder structure if missing, then overwrites local files with Server state.
formr_api_pull_project.RdPull Project from Server Scaffolds folder structure if missing, then overwrites local files with Server state.
Arguments
- run_name
Name of the run.
- dir
Local directory to scaffold and write into. Defaults to
formr_default_dir(); set that (or passdir) since formr never writes to the working directory by default.- prompt
Logical. If TRUE (default), asks for confirmation before overwriting when run interactively (unless
diris empty); in a non-interactive session it errors instead of overwriting unattended. Passprompt = FALSEto overwrite without confirmation (e.g. in scripts).- verbose
Logical. If TRUE (default), reports progress via
message().