Skip to contents

Get URL(s) for EPA ECHO webpage with facility information

Usage

url_echo_facility_webpage(regid, as_html = FALSE, linktext)

Arguments

regid

EPA FRS Registry ID

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_echo_facility_webpage(110070874073))
 } # }