r/extract_summary library
Utility to extract the latest summary(ds) output from R.
Copyright (C) 2023-2025, Togaware Pty Ltd.
License: GNU General Public License, Version 3 (the "License") https://opensource.org/license/gpl-3-0
Authors: Graham Williams
Functions
-
isHeaderRowWithVariables(
String line, List< String> varNames) → bool - Checks if a line is a header row by matching its contents against known variable names.
-
rExtractSummary(
String txt) → String