Package: xefun 0.1.6

Shichen Xie
xefun: X-Engineering or Supporting Functions
Miscellaneous functions used for x-engineering (feature engineering) or for supporting in other packages maintained by 'Shichen Xie'.
Authors:
xefun_0.1.6.tar.gz
xefun_0.1.6.zip(r-4.7)xefun_0.1.6.zip(r-4.6)xefun_0.1.6.zip(r-4.5)
xefun_0.1.6.tgz(r-4.6-any)xefun_0.1.6.tgz(r-4.5-any)
xefun_0.1.6.tar.gz(r-4.7-any)xefun_0.1.6.tar.gz(r-4.6-any)
xefun_0.1.6.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
xefun/json (API)
NEWS
| # Install 'xefun' in R: |
| install.packages('xefun', repos = c('https://shichenxie.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/shichenxie/xefun/issues
Last updated from:36c7e34cd2. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 103 | ||
| source / vignettes | OK | 156 | ||
| linux-release-x86_64 | OK | 94 | ||
| macos-release-arm64 | OK | 175 | ||
| macos-oldrel-arm64 | OK | 131 | ||
| windows-devel | OK | 70 | ||
| windows-release | OK | 57 | ||
| windows-oldrel | OK | 54 | ||
| wasm-release | OK | 89 |
Exports:as.list2ceiling2cols_constcols_typeconticntdate_bopdate_eopdate_fromdate_lwddate_numfloor2max2merge2min2repratesplit2
Dependencies:data.table
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| vector to list | as.list2 |
| rounding of numbers | ceiling2 floor2 |
| constant columns | cols_const |
| columns by type | cols_type |
| continuous counting | conticnt |
| start/end date by period | date_bop date_eop |
| start date by range | date_from |
| latest workday | date_lwd |
| date to number | date_num |
| Maxima and Minima | max2 min2 |
| merge data.frames list | merge2 |
| char repetition rate | reprate |
| split vector by equal size | split2 |