atlas.contains {atlas} | R Documentation |
Returns the statistics information
Description
Returns the statistics information
Usage
atlas.contains(connection, patient_id)
Arguments
connection |
connection object returned from connect(url) function |
patient_id |
numerical id of the patient |
Value
TRUE or FALSE
Examples
atlas.contains(atlas.connect('http://localhost:8080'), 123)
[Package atlas version 1.0.0 Index]