searchStudy | R Documentation |
Search study in AntaREST
searchStudy( workspace = NULL, folder = NULL, name = NULL, ..., host = NULL, token = NULL )
workspace |
Space in which to search for a study. |
folder |
Folder in which to search for a study. |
name |
Name for the study. |
... |
Other query parameters. |
host |
Host of AntaREST server API. |
token |
API personnal access token. |
a data.table
with informations about studies on the server.
## Not run: searchStudies(host = "http://localhost:8080") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.