Package: common 1.1.3
common: Solutions for Common Problems in Base R
Contains functions for solving commonly encountered problems while programming in R. This package is intended to provide a lightweight supplement to Base R, and will be useful for almost any R user.
Authors:
common_1.1.3.tar.gz
common_1.1.3.zip(r-4.5)common_1.1.3.zip(r-4.4)common_1.1.3.zip(r-4.3)
common_1.1.3.tgz(r-4.4-any)common_1.1.3.tgz(r-4.3-any)
common_1.1.3.tar.gz(r-4.5-noble)common_1.1.3.tar.gz(r-4.4-noble)
common_1.1.3.tgz(r-4.4-emscripten)common_1.1.3.tgz(r-4.3-emscripten)
common.pdf |common.html✨
common/json (API)
NEWS
# Install 'common' in R: |
install.packages('common', repos = c('https://dbosak01.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/dbosak01/common/issues
Last updated 8 months agofrom:74c35f1318. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 31 2024 |
R-4.5-win | OK | Oct 31 2024 |
R-4.5-linux | OK | 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:%eq%%p%changedcopy.attributesdir.findfile.findfind.nameslabels<-roundupsource.allspacessubscsupscsymbolSys.pathv
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Check equality of two objects | %eq% |
An infix operator for 'paste0()' | %p% |
Identify changed values | changed |
Copy attributes between two data frames | copy.attributes |
Search for directories | dir.find |
Search for files | file.find |
Search for names | find.names |
Get or set labels for a data frame | labels.data.frame labels<- |
Rounds numbers up | roundup |
Sorts a data frame | sort.data.frame |
Source all programs in a directory | source.all |
Creates a string of blank spaces | spaces |
Converts a string to UTF-8 subscript | subsc |
Converts a string to UTF-8 superscript | supsc |
Gets UTF-8 symbol characters | symbol |
Returns the path of the current program | Sys.path |
Combine unquoted values | v |