All the functions query_*() call a URL on the FIS web page to collect
their data. show_url() returns the URL that was used to produce a table
of fisdata-results. browse_url() opens the URL in a browser.
Usage
show_url(fisdata_df)
browse_url(fisdata_df, browser = getOption("browser"))Arguments
- fisdata_df
a table of fisdata-results produced by one of the
query_*()-functions.- browser
a character string giving the name of the browser to be used. If omitted, the default browser is used. See
utils::browseURL()for details.
