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", "2024.9.20")



Attach the package and use:
library("nc")
Maintained by
Toby Hocking
[Scholar Profile | Author Map]
All associated links for this package
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 2024.9.20, https://cran.r-project.org/web/packages/nc. Accessed 22 Dec. 2024.
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)
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  
Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
Download / Learn more Package Citations See dependency  
LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)
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  
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  
composits  
Compositional, Multivariate and Univariate Time Series Outlier Ensemble
A compositional multivariate and univariate time series outlier ensemble.It uses the four R packages ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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