Retrieve info on the registered colonies and locations within colonies in the database
getColonies.RdThis function either reads from the metadata.colony or the metadata.location table, depending on the parameter allLocations. If
Examples
if (FALSE) { # \dontrun{
colony <- getColonies(loadGeometries = T)
plot(colony["colony_int_name"],
pch = 16)
} # }