RCommands Summary
RinitStarts an RCommand session by setting up session files
RpasswdChanges the password for access to the metadata database
Rcreate
Creates study, dataset and data object levels, associating the lower levels with the level immediate above, adding a name to each level, adding a metadata description and topic association in the case of creating a study, and associating a URI in the caseof creating a data object.
RannotateAdds metadata. In the case of studies or datasets, this enables a metadata description, and in the case of datasets and data objects it also enables metadata name/value pairs. It also enables more topics to be associated with a study.
RlsLists entities within the metadata database. With no parameters, it lists all studies, andwith parameters it will list the entries within a study or dataset level. It can also be used to list all possible collaborators or science topics.
RgetGives the metadata associated with a given study, dataset or data object. In the case of a study, it can also list associated collaborators and science topics.
RrmRemoves entities or parameters from the metadata database.
RchmodAdd or remove co-investigators from a study.
RsearchSearch the metadata database, tuned to search within different levels and against descriptions, name/value pairs and parameters.
Usage: Rsearch -v
Rsearch -u <url>
Rsearch -t <topicID>
Rsearch -s studyID | -d datasetID -p <name> < <value>
Rsearch -s studyID | -d datasetID -p <name> = <value>
Rsearch -s studyID | -d datasetID -p <name> > <value>
Rsearch [-s studyID | -d datasetID] -k <keyword>
RexitEnds an RCommand session, cleaning up session files.