Skip to contents

Get URL(s) for reports on facilities from EPA FRS (facility registry service)

Usage

url_frs_report(regid, as_html = FALSE, linktext)

Arguments

regid

one or more EPA FRS Registry IDs.

as_html

Whether to return as just the urls or as html hyperlinks to use in a DT::datatable() for example

linktext

used as text for hyperlinks, if supplied and as_html=TRUE

Value

URL(s)

Examples

if (FALSE) { # \dontrun{
browseURL(url_frs_report(testids_registry_id)[1])
} # }
url_frs_report(testids_registry_id)