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

A tibble of the metadata.colony or metadata.location table with or without sf geometry.

Examples

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