write_docs_csv: Write xml documents to a csv file

Description Usage Arguments Details

View source: R/transforms.R

Description

Write xml documents to a csv file

Usage

1
write_docs_csv(x, collapse = ";", ...)

Arguments

x

an object of class "xml_document" or "finder_docs" obtained from query_fetch().

collapse

The separator character to use to collapse list column fields.

...

Parameters sent to readr::write_csv().

Details

List columns of the data frame will be collapsed. Currently these columns are "entity", "category", "fullgeo"


hafen/finderquery documentation built on March 24, 2021, 4:44 p.m.