| get_pa | R Documentation | 
Retrieves details of Protected Areas associated with 
waterbodies, catchments or River Basin Districts from the EA 
Catchment Data Explorer site.
Data can be retrieved by specifying waterbody id
(WBID), Management Catchment (MC), Operational
Catchment (OC) or River Basin District (RBD).
get_pa(ea_name = NULL, column = NULL)
| ea_name | A string representing the description ( | 
| column | The column to be searched. Possible options are
 | 
An object of class cde_df containing the details of the 
Protected Areas associated with the waterbodies.
For details of the meaning of the the different columns returned, 
see https://docs.ropensci.org/cde/articles/cde-output-reference.html.
# get protected areas associated with waterbody GB112071065700
get_pa(ea_name="GB112071065700", column="WBID")
# get the protected areas associated with the Humber RBD
get_pa(ea_name="Humber", column="RBD")
# get the protected areas associated with the Avon Warwickshire
# Management Catchment
get_pa(ea_name="Avon Warwickshire", column="MC")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.