Other packages > Find by keyword >

stringi  

Fast and Portable Character String Processing Facilities
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("stringi", "1.8.3")



Attach the package and use:
library("stringi")
Maintained by
Marek Gagolewski
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2014-03-12
Latest Update: 2023-01-11
Description:
A collection of character string/text/natural language processing tools for pattern searching (e.g., with 'Java'-like regular expressions or the 'Unicode' collation algorithm), random string generation, case mapping, string transliteration, concatenation, sorting, padding, wrapping, Unicode normalisation, date-time formatting and parsing, and many more. They are fast, consistent, convenient, and - thanks to 'ICU' (International Components for Unicode) - portable across all locales and platforms. Documentation about 'stringi' is provided via its website at <https://stringi.gagolewski.com/> and the paper by Gagolewski (2022, <doi:10.18637/jss.v103.i02>).
How to cite:
Marek Gagolewski (2014). stringi: Fast and Portable Character String Processing Facilities. R package version 1.8.3, https://cran.r-project.org/web/packages/stringi
Previous versions and publish date:
0.1-25 (2014-03-12 16:19), 0.2-3 (2014-05-14 13:16), 0.2-4 (2014-05-15 16:26), 0.2-5 (2014-05-16 07:39), 0.3-1 (2014-11-06 14:39), 0.4-1 (2014-12-14 13:14), 0.5-2 (2015-06-22 07:38), 0.5-4 (2015-06-28 12:57), 0.5-5 (2015-06-29 07:40), 1.0-1 (2015-10-22 22:14), 1.1.1 (2016-05-27 18:09), 1.1.2 (2016-10-01 14:26), 1.1.3 (2017-03-21 22:04), 1.1.5 (2017-04-07 15:08), 1.1.6 (2017-11-17 14:13), 1.1.7 (2018-03-12 20:38), 1.2.2 (2018-05-02 19:44), 1.2.3 (2018-06-12 22:49), 1.2.4 (2018-07-20 19:30), 1.3.1 (2019-02-13 18:40), 1.4.3 (2019-03-13 00:20), 1.4.4 (2020-01-09 15:30), 1.4.5 (2020-01-11 07:00), 1.4.6 (2020-02-17 19:00), 1.5.3 (2020-09-09 08:40), 1.6.1 (2021-05-10 10:20), 1.6.2 (2021-05-17 09:30), 1.7.2 (2021-07-14 17:10), 1.7.3 (2021-07-16 11:00), 1.7.4 (2021-08-25 14:50), 1.7.5 (2021-10-04 11:10), 1.7.6 (2021-11-29 10:00), 1.7.8 (2022-07-11 10:10), 1.7.12 (2023-01-11 11:10), 1.8.1 (2023-11-13 15:10), 1.8.2 (2023-11-23 10:20)
Other packages that cited stringi R package
View stringi citation profile
Other R packages that stringi depends, imports, suggests or enhances
Functions, R codes and Examples using the stringi R package
Some associated functions: about_arguments . about_encoding . about_locale . about_search . about_search_boundaries . about_search_charclass . about_search_coll . about_search_fixed . about_search_regex . about_stringi . operator_add . operator_compare . operator_dollar . stri_compare . stri_count . stri_count_boundaries . stri_datetime_add . stri_datetime_create . stri_datetime_fields . stri_datetime_format . stri_datetime_fstr . stri_datetime_now . stri_datetime_symbols . stri_detect . stri_dup . stri_duplicated . stri_enc_detect . stri_enc_detect2 . stri_enc_fromutf32 . stri_enc_info . stri_enc_isascii . stri_enc_isutf16 . stri_enc_isutf8 . stri_enc_list . stri_enc_mark . stri_enc_set . stri_enc_toascii . stri_enc_tonative . stri_enc_toutf32 . stri_enc_toutf8 . stri_encode . stri_escape_unicode . stri_extract . stri_extract_boundaries . stri_flatten . stri_info . stri_isempty . stri_join . stri_join_list . stri_length . stri_list2matrix . stri_locale_info . stri_locale_list . stri_locale_set . stri_locate . stri_locate_boundaries . stri_match . stri_na2empty . stri_numbytes . stri_opts_brkiter . stri_opts_collator . stri_opts_fixed . stri_opts_regex . stri_order . stri_pad . stri_rand_lipsum . stri_rand_shuffle . stri_rand_strings . stri_rank . stri_read_lines . stri_read_raw . stri_remove_empty . stri_replace . stri_replace_na . stri_replace_rstr . stri_reverse . stri_sort . stri_sort_key . stri_split . stri_split_boundaries . stri_split_lines . stri_sprintf . stri_startsendswith . stri_stats_general . stri_stats_latex . stri_sub . stri_sub_all . stri_subset . stri_timezone_info . stri_timezone_list . stri_timezone_set . stri_trans_casemap . stri_trans_char . stri_trans_general . stri_trans_list . stri_trans_nf . stri_trim . stri_unescape_unicode . stri_unique . stri_width . stri_wrap . stri_write_lines . 
Some associated R codes: ICU_settings.R . compare.R . encoding.R . encoding_conversion.R . encoding_detection.R . encoding_management.R . escape.R . files.R . install.R . internal_prepare_arg.R . internal_test.R . join.R . length.R . locale.R . locale_management.R . opts.R . pad.R . random.R . reverse.R . search.R . search_count_4.R . search_count_bound.R . search_detect_4.R . search_extract_4.R . search_extract_bound.R . search_locate_4.R . search_locate_bound.R . search_match_4.R . search_replace_4.R . search_split_4.R . search_split_bound.R . search_startsendswith_4.R . search_subset_4.R . sort.R . sprintf.R . stats.R . stringi-package.R . sub.R . time_calendar.R . time_format.R . time_symbols.R . time_zone.R . trans_casemap.R . trans_normalization.R . trans_other.R . trans_transliterate.R . trim.R . utils.R . wrap.R .  Full stringi 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

odpc  
One-Sided Dynamic Principal Components
Functions to compute the one-sided dynamic principal components ('odpc') introduced in Pe ...
Download / Learn more Package Citations See dependency  
plsRbeta  
Partial Least Squares Regression for Beta Regression Models
Provides Partial least squares Regression for (weighted) beta regression models (Bertrand 2013,< ...
Download / Learn more Package Citations See dependency  
nlstac  
An R Package for Fitting Separable Nonlinear Models
Set of functions implementing the algorithm described in Fernandez Torvisco et al. (2018) for fitti ...
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  
bootSVD  
Fast, Exact Bootstrap Principal Component Analysis for High Dimensional Data
Implements fast, exact bootstrap Principal Component Analysis and Singular Value Decompositions for ...
Download / Learn more Package Citations See dependency  
daySupply  
Calculating Days' Supply and Daily Dose of Prescriptions
Allows clinicians and researchers to compute daily dose (and subsequently days' supply) for prescrip ...
Download / Learn more Package Citations See dependency  

22,030

R Packages

186,816

Dependencies

55,244

Author Associations

22,031

Publication Badges

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