format_RISmed: Builds a 'data.frame' containing publication info from an...

Description Usage Arguments Value See Also Examples

Description

This function takes the output of RISmed::EUtilsGet and builds a data.frame containing information related to each publication from the query including title, abstract, year of publication, author, journal information. It may only be applied to objects of class Medline.

Usage

1

Arguments

x

An object of class RISmed::Medline generated by RISmed::EUtilsGet

Value

A data.frame containing information for each publication from the RISmed query

See Also

EUtilsSummary EUtilsGet

Examples

1
2
3
4
5
6
7
## Not run: 
library(RISmed)
res <- EUtilsSummary("myeloma[ti]",retmax=2,reldate=365)
fetch <- EUtilsGet(res)
format_RISmed(fetch)

## End(Not run)

graggsd/sysreviewR documentation built on May 16, 2019, 2:52 a.m.