Learn R Programming

ACEsearch (version 1.0.0)

ACEsearch.contains: Returns whether patient with the specified patient_id exists

Description

Returns the statistics information

Usage

ACEsearch.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

Run this code
# NOT RUN {
ACEsearch.contains(ACEsearch.connect('http://localhost:8080'), 123)
# }
# NOT RUN {

# }

Run the code above in your browser using DataLab