Package: Nmisc 0.3.7
Nmisc: Miscellaneous Functions Used at 'Numeract LLC'
Contains functions useful for debugging, set operations on vectors, and 'UTC' date and time functionality. It adds a few vector manipulation verbs to 'purrr' and 'dplyr' packages. It can also generate an R file to install and update packages to simplify deployment into production. The functions were developed at the data science firm 'Numeract LLC' and are used in several packages and projects.
Authors:
Nmisc_0.3.7.tar.gz
Nmisc_0.3.7.zip(r-4.5)Nmisc_0.3.7.zip(r-4.4)Nmisc_0.3.7.zip(r-4.3)
Nmisc_0.3.7.tgz(r-4.4-any)Nmisc_0.3.7.tgz(r-4.3-any)
Nmisc_0.3.7.tar.gz(r-4.5-noble)Nmisc_0.3.7.tar.gz(r-4.4-noble)
Nmisc_0.3.7.tgz(r-4.4-emscripten)Nmisc_0.3.7.tgz(r-4.3-emscripten)
Nmisc.pdf |Nmisc.html✨
Nmisc/json (API)
NEWS
# Install 'Nmisc' in R: |
install.packages('Nmisc', repos = c('https://numeract.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/numeract/nmisc/issues
dplyrpackage-managementpurrrtidyverseutils
Last updated 4 years agofrom:1734725392. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 12 2024 |
R-4.5-win | OK | Nov 12 2024 |
R-4.5-linux | OK | Nov 12 2024 |
R-4.4-win | OK | Nov 12 2024 |
R-4.4-mac | OK | Nov 12 2024 |
R-4.3-win | OK | Nov 12 2024 |
R-4.3-mac | OK | Nov 12 2024 |
Exports:%if_in%%if_not_in%catnclear_warningsdiscard_atformat_utcgenerate_install_fileget_osget_packagesis.POSIXctkeep_atkeep_if_inkeep_if_not_innow_utcpull_with_namesseq_ncolseq_nrowsetequal_nastr1str2
Dependencies:clidplyrfansigenericsgluelifecyclemagrittrpillarpkgconfigpurrrR6rappdirsrlangstringistringrtibbletidyselectutf8vctrswithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Concatenate with new line | catn |
Avoid repeated warnings | clear_warnings |
Format Date and POSIXct | format_utc |
Generates an R file to install packages used by the project. | generate_install_file |
Returns the name of the Operating System | get_os |
Get information about the package used in the project | get_packages |
Is it a POSIXct object? | is.POSIXct |
Keep or discard elements | discard_at keep_at |
Keep elements present in x and not contained in y | %if_in% keep_if_in |
Discard elements present in x and not contained in y | %if_not_in% keep_if_not_in |
Current time in UTC time zone | now_utc |
Pull out a single column | pull_with_names |
Creates a sequence based on the number of rows or columns | seq_ncol seq_nrow |
Check if two vectors have the same elements | setequal_na |
High level overview of the structure of an R object | str1 str2 |