Other packages > Find by keyword >

stringx  

Replacements for Base String Functions Powered by 'stringi'
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("stringx", "0.2.8")



Attach the package and use:
library("stringx")
Maintained by
Marek Gagolewski
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2021-07-28
Latest Update: 2023-05-21
Description:
English is the native language for only 5% of the World population. Also, only 17% of us can understand this text. Moreover, the Latin alphabet is the main one for merely 36% of the total. The early computer era, now a very long time ago, was dominated by the US. Due to the proliferation of the internet, smartphones, social media, and other technologies and communication platforms, this is no longer the case. This package replaces base R string functions (such as grep(), tolower(), sprintf(), and strptime()) with ones that fully support the Unicode standards related to natural language and date-time processing. It also fixes some long-standing inconsistencies, and introduces some new, useful features. Thanks to 'ICU' (International Components for Unicode) and 'stringi', they are fast, reliable, and portable across different platforms.
How to cite:
Marek Gagolewski (2021). stringx: Replacements for Base String Functions Powered by 'stringi'. R package version 0.2.8, https://cran.r-project.org/web/packages/stringx. Accessed 21 Nov. 2024.
Previous versions and publish date:
0.1.2 (2021-07-28 12:50), 0.1.3 (2021-08-05 07:00), 0.2.2 (2021-09-03 06:40), 0.2.3 (2022-10-13 05:40), 0.2.4 (2022-10-27 06:20), 0.2.5 (2023-05-21 06:20), 0.2.6 (2023-11-30 00:00)
Other packages that cited stringx R package
View stringx citation profile
Other R packages that stringx depends, imports, suggests or enhances
Complete documentation for stringx
Functions, R codes and Examples using the stringx R package
Some associated functions: ISOdatetime . about_stringx . chartr . constants . gregexpr . gregextr . grepl . gsub . nchar . paste . sort . sprintf . startswith . strcoll . strptime . strrep . strsplit . strtrim . strwrap . substr . trimws . 
Some associated R codes: ISOdatetime.R . about_stringx.R . chartr.R . common.R . constants.R . gregexpr.R . gregextr.R . grepl.R . gsub.R . nchar.R . paste.R . sort.R . sprintf.R . startswith.R . strcoll.R . strptime.R . strrep.R . strsplit.R . strtrim.R . strwrap.R . substr.R . trimws.R .  Full stringx 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

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  
deductive  
Data Correction and Imputation Using Deductive Methods
Attempt to repair inconsistencies and missing values in data records by using information from vali ...
Download / Learn more Package Citations See dependency  
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  
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  
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