mica.studies {micar} | R Documentation |
Get the studies
Description
Get the studies
Usage
mica.studies(
mica,
query = "study()",
select = list("acronym", "name", "objectives", "model",
"populations.dataCollectionEvents.model.dataSources"),
sort = list("id"),
from = 0,
limit = 100,
locale = "en",
df = TRUE
)
Arguments
mica |
A Mica object |
query |
The search query |
select |
The fields to be extracted |
sort |
The fields to sort by |
from |
From item |
limit |
Max number of items |
locale |
The language for labels (default is "en") |
df |
Return a data.frame (default is TRUE) |
See Also
Other studies functions:
mica.study.dces()
,
mica.study.populations()
Examples
## Not run:
m <- mica.login("https://mica-demo.obiba.org")
mica.studies(m, query="variable(in(Mlstr_area.Lifestyle_behaviours,Drugs))",
locale="en", from=0, limit=10)
mica.logout(m)
## End(Not run)
[Package micar version 1.1.2 Index]