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



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.2.21, https://cran.r-project.org/web/packages/nc
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)
Other packages that cited nc R package
View nc citation profile
Other R packages that nc depends, imports, suggests or enhances
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

steepness  
Testing Steepness of Dominance Hierarchies
The steepness package computes steepness as a property of dominance hierarchies. Steepness is define ...
Download / Learn more Package Citations See dependency  
rdbnomics  
Download DBnomics Data
R access to hundreds of millions data series from DBnomics API (). ...
Download / Learn more Package Citations See dependency  
mistral  
Methods in Structural Reliability
Various reliability analysis methods for rare event inference (computing failure probability and qua ...
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  
ftaproxim  
Fault Tree Analysis Based on Proxel Simulation
Calculation and plotting of instantaneous unavailabilities of basic events along with the top event ...
Download / Learn more Package Citations See dependency  
critpath  
Setting the Critical Path in Project Management
Solving the problem of project management using CPM (Critical Path Method), PERT (Program Evaluation ...
Download / Learn more Package Citations See dependency  

22,114

R Packages

188,080

Dependencies

55,244

Author Associations

22,115

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns