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 21 Nov. 2024.
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

crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
Download / Learn more Package Citations See dependency  
pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
Download / Learn more Package Citations See dependency  
RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  
kgschart  
KGS Rank Graph Parser
Restore underlining numeric data from rating history graph of KGS (an online platform of the game o ...
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  
SCBiclust  
Identifies Mean, Variance, and Hierarchically Clustered Biclusters
Identifies a bicluster, a submatrix of the data such that the features and observations within the s ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

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