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.5-any)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'))

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 423 downloads 9 exports 1 dependencies

Last updated 4 years agofrom:e730e04e91. Checks:8 OK. Indexed: yes.

TargetResultLatest binary
Doc / VignettesOKFeb 11 2025
R-4.5-winOKFeb 11 2025
R-4.5-macOKFeb 11 2025
R-4.5-linuxOKFeb 11 2025
R-4.4-winOKFeb 11 2025
R-4.4-macOKFeb 11 2025
R-4.3-winOKFeb 11 2025
R-4.3-macOKFeb 11 2025

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 Feb 11 2025.

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