open_all_xml: Open every xml file within a zip object and extract data of...

View source: R/line_level_utils.R

open_all_xmlR Documentation

Open every xml file within a zip object and extract data of interest from it using a given function

Description

Open every xml file within a zip object and extract data of interest from it using a given function

Usage

open_all_xml(url, fun)

Arguments

url

A url pointing towards a zip object

fun

name of a data extracting function to apply to the zip folder

Value

returns a dataframe of information extracted from xml documents


bodsr documentation built on Feb. 16, 2023, 8:44 p.m.