Package: DTwrappers 0.0.2

DTwrappers: Simplified Data Analysis with Wrapper Functions for the 'Data.Table' Package

Provides functionality for users who are learning R or the techniques of data analysis. Written as a collection of wrapper functions, the 'DTwrapper' package facilitates many core operations of data processing. This is achieved with relatively few requirements about the order of the processing steps or knowledge of specialized syntax. 'DTwrappers' creates coding results along with translations to data.table's code. This enables users to benefit from the speed and efficiency of data.table's calculations. Furthermore, the package also provides the translated code for educational purposes so that users can review working examples of coding syntax and calculations.

Authors:David Shilane [aut], Mayur Bansal [ctb, cre]

DTwrappers_0.0.2.tar.gz
DTwrappers_0.0.2.zip(r-4.5)DTwrappers_0.0.2.zip(r-4.4)DTwrappers_0.0.2.zip(r-4.3)
DTwrappers_0.0.2.tgz(r-4.4-any)DTwrappers_0.0.2.tgz(r-4.3-any)
DTwrappers_0.0.2.tar.gz(r-4.5-noble)DTwrappers_0.0.2.tar.gz(r-4.4-noble)
DTwrappers_0.0.2.tgz(r-4.4-emscripten)DTwrappers_0.0.2.tgz(r-4.3-emscripten)
DTwrappers.pdf |DTwrappers.html
DTwrappers/json (API)

# Install 'DTwrappers' in R:
install.packages('DTwrappers', repos = c('https://mb4511.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

On CRAN:

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

2.78 score 2 packages 9 scripts 295 downloads 9 exports 1 dependencies

Last updated 3 years agofrom:e730e04e91. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKOct 14 2024
R-4.5-winOKOct 14 2024
R-4.5-linuxOKOct 14 2024
R-4.4-winOKOct 14 2024
R-4.4-macOKOct 14 2024
R-4.3-winOKOct 14 2024
R-4.3-macOKOct 14 2024

Exports:dt.calculatedt.choose.colsdt.choose.rowsdt.count.rowsdt.define.variabledt.first.k.rowsdt.last.k.rowsdt.remove.variablesdt.sort

Dependencies:data.table

Introduction to DTwrappers

Rendered fromIntroduction_to_DTwrappers_Updated.Rmdusingknitr::rmarkdownon Oct 14 2024.

Last update: 2021-05-04
Started: 2021-05-04