Skip to contents

Create the "batch import" table for Amphibian and Reptile Wildbook

Usage

photo2batchimport(
  BatchImportdf = BatchImportdf,
  submitterID = "Votre Nom",
  MarkedID = F
)

Arguments

BatchImportdf

A dataset to be processed

submitterID

Name of the person submitting the data

Value

The table to upload on ARW Batch Import

Examples

if (FALSE) {
new_dataset <- photo2batchimport(dataset)
}