Other packages > Find by keyword >

stringb  

Convenient Base R String Handling
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("stringb", "0.1.17")



Attach the package and use:
library("stringb")
Maintained by
Peter Meissner
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2016-10-31
Latest Update: 2021-01-25
Description:
Base R already ships with string handling capabilities 'out- of-the-box' but lacks streamlined function names and workflow. The 'stringi' ('stringr') package on the other hand has well named functions, extensive Unicode support and allows for a streamlined workflow. On the other hand it adds dependencies and regular expression interpretation between base R functions and 'stringi' functions might differ. This packages aims at providing a solution to the use case of unwanted dependencies on the one hand but the need for streamlined text processing on the other. The packages' functions are solely based on wrapping base R functions into 'stringr'/'stringi' like function names. Along the way it adds one or two extra functions and last but not least provides all functions as generics, therefore allowing for adding methods for other text structures besides plain character vectors.
How to cite:
Peter Meissner (2016). stringb: Convenient Base R String Handling. R package version 0.1.17, https://cran.r-project.org/web/packages/stringb. Accessed 18 Feb. 2025.
Previous versions and publish date:
0.1.12 (2016-10-31 16:54), 0.1.13 (2016-11-01 15:18), 0.1.14 (2020-02-05 22:00), 0.1.17 (2021-01-25 23:10)
Other packages that cited stringb R package
View stringb citation profile
Other R packages that stringb depends, imports, suggests or enhances
Functions, R codes and Examples using the stringb R package
Some associated functions: as.data.frame . cuts_to_spans . data.frame . de_sequenize . drop_non_group_matches . dummy_func . get_groups . grapes-.-grapes . grapes-..-grapes . invert_spans . plot.character . regmatches2 . sequenize . stringb_arrange . test_file . text_c . text_collapse . text_count . text_delete . text_detect . text_eval . text_extract . text_extract_all . text_extract_group . text_extract_group_all . text_filter . text_length . text_locate . text_locate_all . text_locate_all_worker . text_locate_group . text_locate_worker . text_nchar . text_pad . text_read . text_rep . text_replace . text_replace_all . text_replace_group . text_replace_locates . text_show . text_snippet . text_split . text_split_n . text_sub . text_subset . text_to_lower . text_to_title_case . text_to_upper . text_tokenize . text_tokenize_lines . text_tokenize_sentences . text_tokenize_words . text_trim . text_which . text_which_value . text_wrap . text_write . 
Some associated R codes: character_plot.R . text_c.R . text_collapse.R . text_count.R . text_detect.R . text_dup.R . text_eval.R . text_extract.R . text_extract_all.R . text_extract_group.R . text_length.R . text_locate.R . text_locate_group.R . text_pad.R . text_read.R . text_replace.R . text_replace_group.R . text_show.R . text_snippet.R . text_split.R . text_sub.R . text_to_lower.R . text_tokenize.R . text_trim.R . text_which.R . text_wrap.R . text_write.R . tools.R . zzz.R .  Full stringb package functions and examples
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

OptGS  
Near-Optimal Group-Sequential Designs for Continuous Outcomes
Optimal group-sequential designs minimise some function of the expected and maximum sample size whil ...
Download / Learn more Package Citations See dependency  
readxlsb  
Read 'Excel' Binary (.xlsb) Workbooks
Import data from 'Excel' binary (.xlsb) workbooks into R. ...
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  
clustMixType  
k-Prototypes Clustering for Mixed Variable-Type Data
Functions to perform k-prototypes partitioning clustering for mixed variable-type data according to ...
Download / Learn more Package Citations See dependency  
fclust  
Fuzzy Clustering
Algorithms for fuzzy clustering, cluster validity indices and plots for cluster validity and visuali ...
Download / Learn more Package Citations See dependency  
RobustBayesianCopas  
Robust Bayesian Copas Selection Model
Fits the robust Bayesian Copas (RBC) selection model of Bai et al. (2020) for cor ...
Download / Learn more Package Citations See dependency  

23,712

R Packages

205,795

Dependencies

64,332

Author Associations

23,631

Publication Badges

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