sc_browse {STATcubeR} | R Documentation |
Links to important 'STATcube' and 'OGD' pages
Description
A collection of links, to browse important 'STATcube' pages.
Usage
sc_browse(server = "ext")
sc_browse_preferences(server = "ext")
sc_browse_table(table, server = "ext")
sc_browse_database(database, server = NULL, open = FALSE)
sc_browse_catalogue(server = "ext")
sc_browse_ogd()
Arguments
server |
A STATcube API server. Defaults to the external Server via
|
table |
a table id |
database |
a database id |
open |
If |
Value
the URL of a specific webpage which is opened by default in a web browser.
Functions
-
sc_browse()
: opens the home menu of 'STATcube' -
sc_browse_preferences()
: opens the preference menu with the API key -
sc_browse_table()
: shows the info page for a table -
sc_browse_database()
: shows the info page for a database -
sc_browse_catalogue()
: shows the data catalogue explorer -
sc_browse_ogd()
: shows the landing page for OGD datasets
Examples
sc_browse()
sc_browse_preferences()
sc_browse_table('defaulttable_deake005')
sc_browse_database('deake005')
sc_browse_catalogue()
sc_browse_ogd()