split_create_update_skip: Top level helper to split all Turtle Nesting Census data per...

View source: R/split_create_update_skip.R

split_create_update_skipR Documentation

Top level helper to split all Turtle Nesting Census data per skip logic

Description

Encounters and their related observations are uploaded to WAStD:

Usage

split_create_update_skip(odkc_prep, wastd_data)

Arguments

odkc_prep

ODKC data transformed into WAStD format.

wastd_data

Minimal WAStD data to inform skip logic.

Details

  • New encounters will be created

  • Existing but unchanged (status=new) encounters will be updated if update_existing=TRUE, else skipped.

  • Existing and value-added encounters (status > new) will be skipped.s

Value

A list of results from the various uploads. Each result is a wastd_api_response or a tibble of data (_skip).


dbca-wa/etlTurtleNesting documentation built on Nov. 18, 2022, 8:03 a.m.