wch_html2df: convert a wch report file (html) to data.frame

View source: R/wch_html2df.R

wch_html2dfR Documentation

convert a wch report file (html) to data.frame

Description

will convert the fields in a standard mk10 wch report file (html) or a directory of such files generated by mk10 host into a data.frame with fields as columns and ready for export into a csv.

Usage

wch_html2df(dir, file)

Arguments

dir

a dirctory of wch report files (html) to convert.

file

a single wch report file (html) to convert

Details

this is a kludge. surely there is a better way to do it... there is weird formatting and typos in the html which ever fixed will break this code. you have been warned.

Value

a data.frame. if multiple input files than each row is a new file. columns correspond to fields.


williamcioffi/sattagutils documentation built on June 3, 2022, 10:21 a.m.