| molgenis.get | R Documentation |
The query must be in fiql/rsql format (see https://github.com/jirutka/rsql-parser)
molgenis.get(entity, q = NULL, start = 0, num = 1000, sortColumn = NULL, sortOrder = NULL, attributes = NULL)
entity |
the entityname (required) |
q |
the query |
start |
the index of the first result to return |
num |
the number of results to return (default is 1000, max is 10000) |
sortColumn |
sort column of the returend list |
sortOrder |
sort order of the returned list |
attributes |
the attributes to return if NULL (default) all attributes are returned |
Dataframe with the query result
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.