Skip to contents

R6 class for fetching specimen data from database

Methods


Method new()

Usage

SpecimenFetcher$new(connection)


Method fetch_by_ids()

Usage

SpecimenFetcher$fetch_by_ids(specimen_ids)


Method fetch_by_collector_and_number()

Usage

SpecimenFetcher$fetch_by_collector_and_number(id_table_colnam, colnbr)


Method fetch_with_filter()

Usage

SpecimenFetcher$fetch_with_filter(query)


Method clone()

The objects of this class are cloneable with this method.

Usage

SpecimenFetcher$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.