Package: stringr 1.5.1.9000
stringr: Simple, Consistent Wrappers for Common String Operations
A consistent, simple and easy to use set of wrappers around the fantastic 'stringi' package. All function and argument names (and positions) are consistent, all functions deal with "NA"'s and zero length vectors in the same way, and the output from one function is easy to feed into the input of another.
Authors:
stringr_1.5.1.9000.tar.gz
stringr_1.5.1.9000.zip(r-4.5)stringr_1.5.1.9000.zip(r-4.4)stringr_1.5.1.9000.zip(r-4.3)
stringr_1.5.1.9000.tgz(r-4.4-any)stringr_1.5.1.9000.tgz(r-4.3-any)
stringr_1.5.1.9000.tar.gz(r-4.5-noble)stringr_1.5.1.9000.tar.gz(r-4.4-noble)
stringr_1.5.1.9000.tgz(r-4.4-emscripten)stringr_1.5.1.9000.tgz(r-4.3-emscripten)
stringr.pdf |stringr.html✨
stringr/json (API)
NEWS
# Install 'stringr' in R: |
install.packages('stringr', repos = c('https://tidyverse.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/tidyverse/stringr/issues
Last updated 3 months agofrom:90f8ba7fc3. Checks:OK: 5 NOTE: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 31 2024 |
R-4.5-win | NOTE | Oct 31 2024 |
R-4.5-linux | NOTE | Oct 31 2024 |
R-4.4-win | OK | Oct 31 2024 |
R-4.4-mac | OK | Oct 31 2024 |
R-4.3-win | OK | Oct 31 2024 |
R-4.3-mac | OK | Oct 31 2024 |
Exports:%>%boundarycollfixedinvert_matchregexstr_cstr_convstr_countstr_detectstr_dupstr_endsstr_equalstr_escapestr_extractstr_extract_allstr_flattenstr_flatten_commastr_gluestr_glue_datastr_ilikestr_interpstr_lengthstr_likestr_locatestr_locate_allstr_matchstr_match_allstr_orderstr_padstr_rankstr_removestr_remove_allstr_replacestr_replace_allstr_replace_nastr_sortstr_splitstr_split_1str_split_fixedstr_split_istr_squishstr_startsstr_substr_sub_allstr_sub<-str_subsetstr_to_lowerstr_to_sentencestr_to_titlestr_to_upperstr_trimstr_truncstr_uniquestr_viewstr_view_allstr_whichstr_widthstr_wrapword
From base R
Rendered fromfrom-base.Rmd
usingknitr::rmarkdown
on Oct 31 2024.Last update: 2024-07-15
Started: 2019-05-14
Introduction to stringr
Rendered fromstringr.Rmd
usingknitr::rmarkdown
on Oct 31 2024.Last update: 2024-08-15
Started: 2014-11-28
Regular expressions
Rendered fromregular-expressions.Rmd
usingknitr::rmarkdown
on Oct 31 2024.Last update: 2024-08-15
Started: 2016-10-16