Skip to contents

This function loads the master import file for a specified colony. It iterates through the appropriate sheets and combines the data into a list of data frames.

Usage

load_master_import(colony)

Arguments

colony

A character string specifying the name of the colony.

Value

A list consisting of two items. data: A list of tibbles, each corresponding to a sheet in the master import file. path: The file path of the loaded master import file.

Examples

if (FALSE) { # \dontrun{
load_master_import("ColonyA")
} # }