R/getReferenceInfo.R
get_park_taxon_citations.Rd
get_park_taxon_citations
returns a vector of citations in Data Store corresponding to a particular taxon at a park.
Because `get_park_taxon_citations()` accesses restricted data on the secure DataStore server, results of these queries need to be considered for potential park-specific data protection protocols.
Note that this function only returns citations that have been "tagged" with a taxon code and may represent only a subset of references that have information about a taxon.
get_park_taxon_citations(park_code, taxon_code)
a dataframe
if (FALSE) { # \dontrun{
get_park_taxon_citations("APIS", 126749)
} # }