retrieve_results: Retrieve the relevant results

View source: R/retrieve_results.R

retrieve_resultsR Documentation

Retrieve the relevant results

Description

Retrieve the relevant results

Usage

retrieve_results(
  base,
  project,
  source_repo,
  target_repo,
  verbose = TRUE,
  strict = TRUE
)

Arguments

base

The base location to store the model.

project

Will be a relative path within the base location.

source_repo

A git2rdata::repository() object containing the raw data

target_repo

A git2rdata::repository() object containing the package code.

verbose

display the progress

strict

What to do when the metadata changes. strict = FALSE overwrites the data and the metadata with a warning listing the changes, strict = TRUE returns an error and leaves the data and metadata as is. Defaults to TRUE.


INBO-Natura2000/abvanalysis documentation built on March 29, 2023, 9:17 p.m.