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 20 Apr. 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
03/2103/2203/2804/0204/0404/0604/0704/0804/1204/17Downloads for stringb12345678TrendBars

Today's Hot Picks in Authors and Packages

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  
paramhetero  
Numeric and Visual Comparisons of Heterogeneity in Parametric Models
Performs statistical tests to compare coefficients and residual variance across models. Also provid ...
Download / Learn more Package Citations See dependency  
jsonlite  
A Simple and Robust JSON Parser and Generator for R
A reasonably fast JSON parser and generator, optimized for statistical data and the web. Offers sim ...
Download / Learn more Package Citations See dependency  
negligible  
A Collection of Functions for Negligible Effect/Equivalence Testing
Researchers often want to evaluate whether there is a negligible relationship among variables. The ...
Download / Learn more Package Citations See dependency  
japanstat  
Tools for Easy Use of 'e-Stat' API
Provides tools for using the API of 'e-Stat' (), a portal site for Japane ...
Download / Learn more Package Citations See dependency  
appler  
'Apple App Store' and 'iTunes' Data Extraction
Using 'Apple App Store' web scraping and 'iTunes' API ...
Download / Learn more Package Citations See dependency  

24,098

R Packages

207,311

Dependencies

65,069

Author Associations

24,013

Publication Badges

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