get_acoustic_projects: Get acoustic project data

View source: R/get_acoustic_projects.R

get_acoustic_projectsR Documentation

Get acoustic project data

Description

Get data for acoustic projects, with options to filter results.

Usage

get_acoustic_projects(connection = con, acoustic_project_code = NULL)

Arguments

connection

A connection to the ETN database. Defaults to con.

acoustic_project_code

Character (vector). One or more acoustic project codes. Case-insensitive.

Value

A tibble with acoustic project data, sorted by project_code. See also field definitions.

Examples

# Set default connection variable
con <- connect_to_etn()

# Get all acoustic projects
get_acoustic_projects(con)

# Get a specific acoustic project
get_acoustic_projects(con, acoustic_project_code = "demer")

inbo/etn documentation built on Dec. 5, 2023, 4:17 a.m.