bupid-summary: Summarize BUPID results.

Description Usage Arguments Details Value Examples

Description

Print a summary for BUPID results

Usage

1
2
## S4 method for signature 'bupid'
summary(object, type = "overview")

Arguments

object

object returned from another function

type

the type of view to summarize

...

extra parameters

Details

Each result from BTDR packages will provide differeny summaries

Value

Returns the summary

Examples

1
2
3
4
5
6
7
## 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="?"))
summary(data)

## End(Not run)

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