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 29 Mar. 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
02/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/27Downloads for strex102030405060708090100110120130TrendBars

Today's Hot Picks in Authors and Packages

gglgbtq  
Show Pride on 'ggplot2' Plots
Provides multiple palettes based on pride flags with tailored themes. ...
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  
landmix  
Landmark Prediction for Mixture Data
Non-parametric prediction of survival outcomes for mixture data that incorporates covariates and a l ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

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