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]
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 21 Apr. 2025.
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
03/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/1104/1204/1304/1404/1504/1604/1704/1804/1904/20Downloads for strex102030405060708090100110120130TrendBars

Today's Hot Picks in Authors and Packages

bigsparser  
Sparse Matrix Format with Data on Disk
Provide a sparse matrix format with data stored on disk, to be used in both R and C++. This is inte ...
Download / Learn more Package Citations See dependency  
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  
bssn  
Birnbaum-Saunders Model
It provides the density, distribution function, quantile function, random number generator, reliabil ...
Download / Learn more Package Citations See dependency  
HellCor  
The Hellinger Correlation
Empirical value of the Hellinger correlation, a measure of dependence between two continuous random ...
Download / Learn more Package Citations See dependency  
discretecdAlgorithm  
Coordinate-Descent Algorithm for Learning Sparse Discrete Bayesian Networks
Structure learning of Bayesian network using coordinate-descent algorithm. This algorithm is design ...
Download / Learn more Package Citations See dependency  

24,098

R Packages

207,311

Dependencies

65,069

Author Associations

24,099

Publication Badges

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