Skip to contents

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 "ext". Other options are "red" for the editing server and "prod" for the production server. External users should always use the default option "ext".

table

a table id

database

a database id

open

If FALSE (the default), open the infopage for the database. Otherwise, open the table view.

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