inventorycheckformat: Check the input inventory data for the "LoggingLab" package

View source: R/inventorycheckformat.R

inventorycheckformatR Documentation

Check the input inventory data for the "LoggingLab" package

Description

Check if the input inventory data is compatible with the "LoggingLab" package (see 'Required format of the inventory' section of the vignette vignette)

Usage

inventorycheckformat(inventory)

Arguments

inventory

Input inventory (see the inputs formats and metadata in the vignette) (data.frame)

Value

The inventory if the inventory is in the required format. Stop the function if the format is not the one required.

Examples


data(Paracou6_2016)
inventorycheckformat(inventory = Paracou6_2016)


VincyaneBadouard/LoggingLab documentation built on Oct. 16, 2024, 9:42 p.m.