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.1.21")



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.1.21, https://cran.r-project.org/web/packages/nc. Accessed 04 Apr. 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)
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
03/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/02Downloads for nc0510152025303540TrendBars

Today's Hot Picks in Authors and Packages

metaprotr  
Metaproteomics Post-Processing Analysis
Set of tools for descriptive analysis of metaproteomics data generated from high-throughput mass ...
Download / Learn more Package Citations See dependency  
perryExamples  
Examples for Integrating Prediction Error Estimation into Regression Models
Examples for integrating package 'perry' for prediction error estimation into regression models. ...
Download / Learn more Package Citations See dependency  
PakPMICS2014HH  
Multiple Indicator Cluster Survey (MICS) 2014 Household Questionnaire Data for Punjab, Pakistan
Provides data set and function for exploration of Multiple Indicator Cluster Survey (MICS) 2014 Hous ...
Download / Learn more Package Citations See dependency  
GeDS  
Geometrically Designed Spline Regression
Spline Regression, Generalized Additive Models, and Component-wise Gradient Boosting, utilizing Geo ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
RMixpanel  
API for Mixpanel
Provides an interface to many endpoints of Mixpanel's Data Export, Engage and JQL API. The R functio ...
Download / Learn more Package Citations See dependency  

23,990

R Packages

207,311

Dependencies

64,809

Author Associations

23,991

Publication Badges

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