Description Usage Arguments Details
Convert documents list to data frame
1 | list_to_df(x)
|
x |
an object of class "xml_document" or "finder_docs" obtained from |
In general, a lot of information can be lost when transforming to a data frame, such as attributes or entries that have more than one element. Columns "title" and "description" often have two elements with the second being the English translation. Because of this, columns "title", "title_en", "description", and "description_en" are created to preserve this. Columns "entity", "category", "fullgeo" usually have more than one entry for each document and as such are added to the data frame as "list columns".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.