Description Usage Arguments Examples
View source: R/mica.datasets.R
Get the datasets
| 1 2 3 4 5 6 7 8 9 10 | 
| 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) | 
| 1 2 3 4 5 6 | ## Not run: 
m <- mica.login("https://mica-demo.obiba.org")
mica.datasets(m, query="variable(in(Mlstr_area.Lifestyle_behaviours,Drugs))")
mica.logout(m)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.