Learn R Programming

pubmed.mineR (version 1.0.3.1)

R2S4: S4 Converter

Description

R2S4 reads tab delimited text file with headers Journal, Abstract PMID into the object of class "Abstracts".

Usage

R2S4(x)

Arguments

x
A tab delimited text file

Value

  • An S4 object of class Abstracts

Details

This function is necessary for the conversion of a text file into S4 object of class 'Abstracts'.

Examples

Run this code
R2S4("filename.txt")

Run the code above in your browser using DataLab