nc
2026.4.20Named Capture to Data Tables
Overview
User-friendly functions for extracting a data table (row for each match, column for each group) from non-tabular text data using regular expressions, and for melting columns that match a regular expression. Patterns are defined using a readable syntax that makes it easy to build complex patterns in terms of simpler, re-usable sub-patterns. Named R arguments are translated to column names in the output; capture groups without names are used internally in order to provide a standard interface to three regular expression 'C' libraries ('PCRE', 'RE2', 'ICU'). Output can also include numeric columns via user-specified type conversion functions.
Install
Health
- NOTE r-devel-linux-x86_64-debian-gcc
- NOTE2026-08-0112 OK · 1 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE
- OK2026-06-0913 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE
- ERROR2026-06-0812 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE
- OK2026-04-2214 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE
- NOTE2026-03-1013 OK · 1 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE
Documentation
- Examples that run
- 100%
- Documented parameters
- 66%
- Return-value docs
- 100%
- References docs
- 0%
Downloads
Repository
Repository practices
1 development-tooling and community-health practice detected across 1 family in the upstream repository
Checks run against github.com/tdhock/nc on 2026-07-31.
Dependencies
Code & Tests
People & History
16 releases. Pick two to compare their code metrics. R releases are shown for context.
- RR 4.6.0 released · 2026-04-24
- 2026.4.20Latest
- 2026.2.202026-02-26 · diff ↗
- RR 4.5.0 released · 2025-04-11
- 2025.3.242025-04-09 · diff ↗
- 2025.1.212025-01-21 · diff ↗
- 2024.9.202024-09-20 · diff ↗
- RR 4.4.0 released · 2024-04-24
- 2024.2.212024-02-22 · diff ↗
- unarchivedReturned to CRAN2024-02-22
- archivedRemoved from CRAN2024-02-15issues were not corrected in time
- 2024.1.312024-02-01 · diff ↗
- 2023.8.242023-08-31 · diff ↗
- 2023.5.12023-05-02 · diff ↗
- RR 4.3.0 released · 2023-04-21
- RR 4.2.0 released · 2022-04-22
Package metadata
- First published
- 2019-09-23
- Total releases
- 16 / 7 yrs
- License
- GPL-3 OSI
- Minimum R
- ≥ 2.14
- Download size
- 622 KB
- Installed size
- not tracked yet
- With dependencies
- not tracked yet