Other packages > Find by keyword >

nc  

Named Capture to Data Tables
View on CRAN: Click here


Download and install nc package within the R console
Install from CRAN:
install.packages("nc")

Install from Github:
library("remotes")
install_github("cran/nc")

Install by package version:
library("remotes")
install_version("nc", "2025.3.24")



Attach the package and use:
library("nc")
Maintained by
Toby Hocking
[Scholar Profile | Author Map]
First Published: 2019-09-23
Latest Update: 2024-02-22
Description:
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.
How to cite:
Toby Hocking (2019). nc: Named Capture to Data Tables. R package version 2025.3.24, https://cran.r-project.org/web/packages/nc. Accessed 01 May. 2025.
Previous versions and publish date:
2019.9.16 (2019-09-23 17:40), 2019.10.19 (2019-10-28 21:00), 2020.1.16 (2020-02-01 00:00), 2020.2.27 (2020-03-04 06:40), 2020.3.23 (2020-03-25 14:50), 2020.5.13 (2020-05-14 19:10), 2020.8.6 (2020-08-10 19:10), 2023.5.1 (2023-05-02 01:10), 2023.8.24 (2023-08-31 23:40), 2024.1.31 (2024-02-01 15:20), 2024.2.21 (2024-02-22 09:20), 2024.9.20 (2024-09-20 19:20), 2025.1.21 (2025-01-21 17:20)
Other packages that cited nc R package
View nc citation profile
Other R packages that nc depends, imports, suggests or enhances
Complete documentation for nc
Downloads during the last 30 days
04/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/1104/1204/1304/1404/1504/1604/1704/1804/1904/2004/2104/2204/2304/2404/2504/2604/2704/2804/2904/30Downloads for nc010203040506070TrendBars

Today's Hot Picks in Authors and Packages

pander  
An R 'Pandoc' Writer
Contains some functions catching all messages, 'stdout' and other useful information while evaluati ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
representr  
Create Representative Records After Entity Resolution
An implementation of Kaplan, Betancourt, Steorts (2022) that cre ...
Download / Learn more Package Citations See dependency  
dsm  
Density Surface Modelling of Distance Sampling Data
Density surface modelling of line transect data. A Generalized Additive Model-based approach is use ...
Download / Learn more Package Citations See dependency  
dCUR  
Dimension Reduction with Dynamic CUR
Dynamic CUR (dCUR) boosts the CUR decomposition (Mahoney MW., Drineas P. (2009) ...
Download / Learn more Package Citations See dependency  
fbar  
An Extensible Approach to Flux Balance Analysis
A toolkit for Flux Balance Analysis and related metabolic modeling techniques. Functions are provid ...
Download / Learn more Package Citations See dependency  

24,142

R Packages

207,311

Dependencies

65,176

Author Associations

24,143

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA