Learn R Programming

antaresEditObject (version 0.6.4)

searchStudy: Search study in AntaREST

Description

Search study in AntaREST

Usage

searchStudy(
  workspace = NULL,
  folder = NULL,
  name = NULL,
  ...,
  host = NULL,
  token = NULL
)

Value

a data.table with informations about studies on the server.

Arguments

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.

Examples

Run this code
if (FALSE) {

searchStudies(host = "http://localhost:8080")

}

Run the code above in your browser using DataLab