Query and download metadata for PTAGIS Interrogation sites

queryInterrogationMeta(site_code = NULL)

Arguments

site_code

PTAGIS site code. Default is NULL which will query all sites

Author

Kevin See

Examples

queryInterrogationMeta(site_code = 'ZEN')
#> # A tibble: 1 × 22
#>   siteCode name   description siteType active operational operationsOrganizati…¹
#>   <chr>    <chr>  <chr>       <chr>    <lgl>  <lgl>       <chr>                 
#> 1 ZEN      Seces… This is an… Instrea… TRUE   TRUE        Biomark               
#> # ℹ abbreviated name: ¹​operationsOrganizationName
#> # ℹ 15 more variables: operationsOrganizationCode <chr>, latitude <dbl>,
#> #   longitude <dbl>, rkm <chr>, firstYear <dbl>, lastYear <dbl>,
#> #   firstDate <chr>, lastDate <chr>, operationPeriod <chr>, lastFileName <chr>,
#> #   lastFileOpenedOn <chr>, lastFileClosedOn <chr>, lastFileProcessedOn <chr>,
#> #   lastTagCode <chr>, lastTagTime <chr>