glatos_workbook: Constructor function for the class glatos_workbook

View source: R/class-glatos_workbook.r

glatos_workbookR Documentation

Constructor function for the class glatos_workbook

Description

Constructor function for the class glatos_workbook. Currently barebones and only used inside read_glatos_workbook.

Usage

glatos_workbook(x)

Arguments

x

A list containing data from a standard GLATOS data workbook (*.xlsm) file.

Value

A list of class glatos_workbook created from a standard GLATOS data workbook (*.xlsm) file with three elements:

metadata

A list with data about the project.

animals

A data frame with data about tagged animals.

receivers

A data frame with data about receivers.

Note

This function may be developed in the future to dictate conversion constuction from a data frame.


jsta/glatos documentation built on July 11, 2022, 7:01 a.m.