read.xml: read.xml

View source: R/skidb.R

read.xmlR Documentation

read.xml

Description

reads a bunch of xml in files into data.table, flattens, and and concatenates the files via rbindlist fill

Usage

read.xml(
  files,
  pattern = NULL,
  as.data.table = TRUE,
  na.sort = TRUE,
  mc.cores = 1
)

mskilab/skidb documentation built on Feb. 6, 2023, 2:49 a.m.