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.7)DTwrappers_0.0.2.zip(r-4.6)DTwrappers_0.0.2.zip(r-4.5)
DTwrappers_0.0.2.tgz(r-4.6-any)DTwrappers_0.0.2.tgz(r-4.5-any)
DTwrappers_0.0.2.tar.gz(r-4.7-any)DTwrappers_0.0.2.tar.gz(r-4.6-any)
DTwrappers_0.0.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
DTwrappers/json (API)

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

On CRAN:

Conda:

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

Last updated from:e730e04e91. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK110
source / vignettesOK140
linux-release-x86_64OK107
macos-release-arm64OK102
macos-oldrel-arm64OK112
windows-develOK92
windows-releaseOK97
windows-oldrelOK73
wasm-releaseOK96

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 Jun 02 2026.

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