Skip to contents

Fetch updates from the Mergin Maps server for a local project. Wraps mergin pull from the mergin-client CLI. Always run before rfp_mergin_push() to avoid conflicts.

Usage

rfp_mergin_pull(path)

Arguments

path

Character. Path to the local Mergin project directory.

Value

Invisible character vector — the captured pull output.

Examples

if (FALSE) { # \dontrun{
rfp_mergin_pull("~/Projects/gis/restoration_wedzin_kwa")
} # }