deepblue_info {DeepBlueR} | R Documentation |
Information about a DeepBlue data identifier (ID). Any DeepBlue data ID can be queried with this command. For example, it is possible to obtain all available information about an Experiment using its ID, to obtain the actual Request processing status or the information about a Sample. A user can obtain information about him- or herself using the value 'me' in the parameter 'id'. Multiple IDs can be queried in the same operation.
deepblue_info(id = NULL, user_key = deepblue_options("user_key"))
id |
- A string or a vector of string (ID or an array of IDs) |
user_key |
- A string (users token key) |
information - A array or a vector of array (List of Maps, where each map contains the info of an object.)
Other Commands for all types of data: deepblue_cancel_request
,
deepblue_is_biosource
,
deepblue_list_in_use
,
deepblue_name_to_id
,
deepblue_search
deepblue_info(id = "e30035")