Skip to contents

This function either reads from the metadata.colony or the metadata.location table, depending on the parameter allLocations. If

Usage

getColonies(allLocations = FALSE, loadGeometries = FALSE)

Arguments

allLocations

True, False. Should all locations within colonies be loaded. Default = False.

loadGeometries

True, False. Should the geometries be loaded as an sf object. Default = False.

Value

Either a tibble or a sf dataframe of the metadata.colony or metadata.location table.

Examples

if (FALSE) { # \dontrun{
colony <- getColonies(loadGeometries = T)
plot(colony["colony_int_name"],
pch = 16)
} # }