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 29 Jan. 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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
munfold  
Metric Unfolding
Multidimensional unfolding using Schoenemann's algorithm for metric and Procrustes rotation of unfo ...
Download / Learn more Package Citations See dependency  
InSilicoVA  
Probabilistic Verbal Autopsy Coding with 'InSilicoVA' Algorithm
Computes individual causes of death and population cause-specific mortality fractions using the 'InS ...
Download / Learn more Package Citations See dependency  
lassoshooting  
L1 Regularized Regression (Lasso) Solver using the Cyclic Coordinate Descent Algorithm aka Lasso Shooting
L1 regularized regression (Lasso) solver using the Cyclic Coordinate Descent algorithm aka Lasso Sh ...
Download / Learn more Package Citations See dependency  
rstac  
Client Library for SpatioTemporal Asset Catalog
Provides functions to access, search and download spacetime earth observation data via SpatioTempor ...
Download / Learn more Package Citations See dependency  

23,580

R Packages

204,057

Dependencies

63,980

Author Associations

23,581

Publication Badges

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