tbl_ecotaxa: Connect to common EcoTaxa tables

View source: R/tbl_ecotaxa.R

tbl_ecotaxaR Documentation

Connect to common EcoTaxa tables

Description

Connect to common EcoTaxa tables

Usage

tbl_ecotaxa(db)

Arguments

db

a connection to an EcoTaxa database (from db_connect_ecotaxa()).

Value

The function returns nothing but creates objects in the global environment that are connections to tables through the dplyr::tbl() function.

Examples

db <- db_connect_ecotaxa()
ls()
tbl_ecotaxa(db)
ls()
head(projects)

jiho/ecotaxar documentation built on Jan. 16, 2024, 12:26 a.m.