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
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

gclus  
Clustering Graphics
Orders panels in scatterplot matrices and parallel coordinate displays by some merit index. Package ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
CompoundEvents  
Statistical Modeling of Compound Events
Tools for extracting occurrences, assessing potential driving factors, predicting occurrences, and q ...
Download / Learn more Package Citations See dependency  
stagePop  
Modelling the Population Dynamics of a Stage-Structured Species in Continuous Time
Provides facilities to implement and run population models of stage-structured species... ...
Download / Learn more Package Citations See dependency  
multiocc  
Fits Multivariate Spatio-Temporal Occupancy Model
Spatio-temporal multivariate occupancy models can handle multiple species in occupancy models. This ...
Download / Learn more Package Citations See dependency  
ismev  
An Introduction to Statistical Modeling of Extreme Values
Functions to support the computations carried out in `An Introduction to Statistical Modeling of Ex ...
Download / Learn more Package Citations See dependency  

22,114

R Packages

188,080

Dependencies

55,244

Author Associations

22,115

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns