Other packages > Find by keyword >

strex  

Extra String Manipulation Functions
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("strex", "2.0.1")



Attach the package and use:
library("strex")
Maintained by
Rory Nolan
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2018-09-01
Latest Update: 2023-01-21
Description:
There are some things that I wish were easier with the 'stringr' or 'stringi' packages. The foremost of these is the extraction of numbers from strings. 'stringr' and 'stringi' make you figure out the regular expression for yourself; 'strex' takes care of this for you. There are many other handy functionalities in 'strex'. Contributions to this package are encouraged; it is intended as a miscellany of string manipulation functions that cannot be found in 'stringi' or 'stringr'.
How to cite:
Rory Nolan (2018). strex: Extra String Manipulation Functions. R package version 2.0.1, https://cran.r-project.org/web/packages/strex. Accessed 22 Dec. 2024.
Previous versions and publish date:
0.1.0 (2018-09-01 01:10), 0.1.1 (2018-09-20 16:10), 0.1.2 (2018-10-20 21:30), 0.1.3 (2018-11-30 16:30), 1.0.0 (2019-05-04 16:30), 1.0.1 (2019-05-12 19:10), 1.0.2 (2019-05-28 15:50), 1.0.3 (2019-06-04 11:10), 1.1.0 (2019-06-15 13:30), 1.1.1 (2019-06-23 08:10), 1.2.0 (2019-09-13 06:50), 1.3.0 (2020-09-25 07:00), 1.3.1 (2020-10-02 16:40), 1.4.0 (2020-10-10 07:00), 1.4.1 (2020-10-17 21:20), 1.4.2 (2021-04-18 07:00), 1.4.3 (2022-07-24 23:40), 1.4.4 (2022-10-20 19:50), 1.5.0 (2023-01-05 22:50), 1.5.1 (2023-01-14 22:40), 1.6.0 (2023-01-21 19:50), 1.6.1 (2023-10-30 05:50), 2.0.0 (2024-01-31 18:00)
Other packages that cited strex R package
View strex citation profile
Other R packages that strex depends, imports, suggests or enhances
Complete documentation for strex
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

dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
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)
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  
tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
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  
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
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