SkyQuery.listDatasetTables {SciServer} | R Documentation |
Returns a list of all tables within a dataset (more info in http://www.voservices.net/skyquery).
SkyQuery.listDatasetTables(datasetName="MyDB")
datasetName |
name of dataset (string). |
Returns a list containing the tables and associated descriptions/metadata. Throws an exception if the user is not logged into SciServer (use Authentication.login for that purpose). Throws an exception if the HTTP request to the SkyQuery API returns an error.
Manuchehr Taghizadeh-Popp <mtaghiza@jhu.edu>
http://www.sciserver.org
http://www.voservices.net/skyquery
http://www.github.com/sciserver/SciScript-R
SkyQuery.listQueues
, SkyQuery.listAllDatasets
, SkyQuery.getDatasetInfo
, SkyQuery.listDatasetTables
, SkyQuery.getTableInfo
, SkyQuery.listTableColumns
, SkyQuery.getTable
, SkyQuery.dropTable
tables = SkyQuery.listDatasetTables("MyDB")