gather_path: Return nodes of a certain type from an '.its' file as data...

Description Usage Arguments Value

View source: R/extract.R

Description

Return nodes of a certain type from an '.its' file as data frame.

Usage

1
gather_path(its_xml, path, add_clock_time = TRUE)

Arguments

its_xml

an .its file parsed with read_its_file

path

A character string. The xpath query to run

add_clock_time

Logical. If TRUE (default) colums startClockTime, endClockTime, startClockTimeLocal, and endClockTimeLocal will be added to the data frame. They contain timestams corresponding to the startTime, and endTime columns.

Value

A data frame containing the extracted nodes


HomeBankCode/DarcleITS documentation built on April 14, 2020, 9:48 a.m.