get_biologic_data: get_biologic_data

View source: R/get_biologic_data.R

get_biologic_dataR Documentation

get_biologic_data

Description

Pass API token to Biomark's Biologic database and receive a site data.

Usage

get_biologic_data(
  site = NULL,
  endpoint = c("tags", "reader", "enviro", "antenna"),
  begin_dt = NULL,
  end_dt = NULL
)

Arguments

site

IPTDS three character site code.

endpoint

The type of data you want returned.

begin_dt

Start date for the data returned.

end_dt

End date for the data returned.

Value

data.frame

Author(s)

Ryan N. Kinzer

Examples

biologic_login('email', 'password')
data <- get_biologic_data('KRS', 'tags', '2023-06-01', '2023-06-02')

ryankinzer/fisheR documentation built on Feb. 2, 2024, 7:11 p.m.