Learn R Programming

pubmed.mineR (version 1.0.21)

pubtator_result_list_to_table: Function to Convert Pubtator result from list into Table

Description

This function is used to collect the outputs of pubtator_function() after using lapply over multiple PMIDs. This function enables to convert it into table for easy reading and further analysis.

Usage

pubtator_result_list_to_table(x)

Value

It returns table for pubtator_function output.

Arguments

x

here x is list output of pubtator_function().

Author

S.Ramachandran, Jyoti Rani

See Also

pubtator_function

Examples

Run this code
if (FALSE) test = pubtator_result_list_to_table(x)
##here x is the output of pubtator_function

Run the code above in your browser using DataLab