(character). Keyword of the datasets. Please read the details for more information.
limit
(integer). Limit the number of returned records.
offset
(integer). The start position of the returned records. Please read the details for more information.
Value
A data.table. A table of related datasets.
Details
You could directly put the keyword into q. For example, dataSetMetadataSearch(q = "youbike").
q also accept advanced usage such as q="title:youbike cost:free" which will return the records whose title contains "youbike" and cost contains "free". The schema is "field-1:condition-1 field-2:condition-2 ...". The blank space separates each condition. For more details, please check the reference.
For offset, here is an example. If offset = 5, the dataSetMetadataSearch will return the 1 + 5 = 6th row.