read.bupid: Read BUPID results.

Description Usage Arguments Details Value Examples

Description

Read BUPID results and create and object from them.

Usage

1

Arguments

file

a file on the local machine to use as input

url

a url where the data can be retreived

Details

The data can be passed either as the name of a file on the local machine or a URL on the BUPID server containing the results.

Value

Returns the results as a bupid object.

Examples

1
2
3
4
5
6
## Not run: 
server <- "http://bupid.bumc.bu.edu/cgi-bin/get_results.cgi"
infile <- "key=WBNqTswT5DPg3aDO&ID=320&date=20150309"
data <- read.bupid(url=paste(server,infile,sep="?"))

## End(Not run)

heckendorfc/BTDR documentation built on May 17, 2019, 3:20 p.m.