molgenis.get: Query the data api

molgenis.getR Documentation

Query the data api

Description

The query must be in fiql/rsql format (see https://github.com/jirutka/rsql-parser)

Usage

molgenis.get(entity, q = NULL, start = 0, num = 1000, sortColumn = NULL,
  sortOrder = NULL, attributes = NULL)

Arguments

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

Value

Dataframe with the query result


molgenis/molgenis-r-client documentation built on March 28, 2022, 7:56 a.m.