Package: forstringr 1.0.0
forstringr: String Manipulation Package for Those Familiar with 'Microsoft Excel'
The goal of 'forstringr' is to enable complex string manipulation in R especially to those more familiar with LEFT(), RIGHT(), and MID() functions in Microsoft Excel. The package combines the power of 'stringr' with other manipulation packages such as 'dplyr' and 'tidyr'.
Authors:
forstringr_1.0.0.tar.gz
forstringr_1.0.0.zip(r-4.5)forstringr_1.0.0.zip(r-4.4)forstringr_1.0.0.zip(r-4.3)
forstringr_1.0.0.tgz(r-4.4-any)forstringr_1.0.0.tgz(r-4.3-any)
forstringr_1.0.0.tar.gz(r-4.5-noble)forstringr_1.0.0.tar.gz(r-4.4-noble)
forstringr_1.0.0.tgz(r-4.4-emscripten)forstringr_1.0.0.tgz(r-4.3-emscripten)
forstringr.pdf |forstringr.html✨
forstringr/json (API)
NEWS
# Install 'forstringr' in R: |
install.packages('forstringr', repos = c('https://gbganalyst.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/gbganalyst/forstringr/issues
- community_data - Data containing whitespaces
- richest_in_nigeria - Rank of billionaires in Nigeria
Last updated 2 months agofrom:497266ad29. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 09 2024 |
R-4.5-win | OK | Nov 09 2024 |
R-4.5-linux | OK | Nov 09 2024 |
R-4.4-win | OK | Nov 09 2024 |
R-4.4-mac | OK | Nov 09 2024 |
R-4.3-win | OK | Nov 09 2024 |
R-4.3-mac | OK | Nov 09 2024 |
Exports:length_omit_nastr_engluestr_extract_partstr_leftstr_midstr_rightstr_rm_whitespace_dfstr_split_extractstr_title_case
Dependencies:clidplyrfansigenericsgluelifecyclemagrittrpillarpkgconfigR6rlangstringistringrtibbletidyselectutf8vctrswithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Data containing whitespaces | community_data |
Length of an object | length_omit_na |
Rank of billionaires in Nigeria | richest_in_nigeria |
Dynamic plot labels using glue operators | str_englue |
Extract strings before or after a given pattern | str_extract_part |
Returns a substring from the beginning of a specified string | str_left |
Returns a segment of character strings | str_mid |
Returns a substring from the end of a specified string | str_right |
Remove extra spaces in a data frame | str_rm_whitespace_df |
Extract the result of a positional split string | str_split_extract |
Convert string to title case | str_title_case |