Learn R Programming

pubmed.mineR (version 1.0.11)

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. The pubtator_function() gives output in a list. This function enables to convert it into table for easy reading and further analysis.

Usage

pubtator_result_list_to_table(x)

Arguments

x

here x is output of pubtator_function().

Value

It returns table for pubtator_function output.

See Also

pubtator_function

Examples

Run this code
# NOT RUN {
test = pubtator_result_list_to_table(x)
# }
# NOT RUN {
##here x is the output of pubtator_function
# }

Run the code above in your browser using DataLab