download_events: Download Event Data

Description Usage Arguments Value Examples

View source: R/database.R

Description

Downloads patient event data. Typically done after all records have been annotated and the project is complete.

Usage

1
download_events(uri_fun, user, password, host, port, database)

Arguments

uri_fun

Uniform resource identifier (URI) string generating function for MongoDB credentials.

user

MongoDB user name.

password

MongoDB user password.

host

MongoDB host server.

port

MongoDB port.

database

MongoDB database name.

Value

Object of class data.frame containing patient ID for all cohort members, date of recorded event if any, abstractor comments, sentences reviewed along with statistics about review process.

Examples

1
2
3
4
5
## Not run: 
download_events(uri_fun = mongo_uri_standard, user = 'John', password = 'db_password_1234',
host = 'server1234', port = NA)

## End(Not run)

CEDARS documentation built on Feb. 7, 2021, 5:06 p.m.