list_to_df {LBDiscover} | R Documentation |
Convert a list of articles to a data frame
Description
This function converts a list of articles to a data frame.
Usage
list_to_df(articles)
Arguments
articles |
A list of articles, each containing metadata. |
Value
A data frame containing article metadata.
[Package LBDiscover version 0.1.0 Index]