Fetch SMARTER REST API datasets endpoint and returns results in a dataframe.
Usage
get_smarter_datasets(query = list())
Passing additional parameters
Datasets endpoint supports additional parameters when making queries.
Additional parameters need to be passed as list
using the query
parameter. For example, to get all the "Sheep" datasets you need to provide
list(species="Sheep")
as query
parameter. Endpoint supports
query by type
and chip_name
. In addition, you can search
using a pattern in file contents through the search
parameter.
See
Swagger Datasets endpoint for more information about the datasets endpoint