Skip to contents

Get tables from the data schema of the camalien database. This function only return a lazy table and will not download any data to your session. Use dplyr::collect when you actually want to download the data. Normally you would want to do some selection and filtering before calling collect()

Usage

ca_get_image(con)

ca_get_job(con)

ca_get_plantnetcall(con)

ca_get_detection(con)

ca_get_detectionsummary(con)

ca_get_imagemeta(con)

ca_get_species(con)

ca_get_chunk(con)

ca_get_partner(con)

Arguments

con

PqConnection The connection to the camalien database

Value

A lazy table