Learn R Programming

DTwrappers (version 0.0.2)

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

Description

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.

Copy Link

Version

Install

install.packages('DTwrappers')

Monthly Downloads

400

Version

0.0.2

License

GPL-3

Maintainer

Mayur Bansal

Last Published

June 21st, 2021

Functions in DTwrappers (0.0.2)

dt.last.k.rows

dt.last.k.rows
dt.first.k.rows

dt.first.k.rows
reduce.vector.expression

Takes a numeric vector and produces a statement with a more compact representation. For instance, c(1,2,3,4) would become '1:4' and c(1:3, 4:6) could become '1:6'.
add.backtick

Add backtick
dt.calculate

dt.calculate
dt.count.rows

dt.count.rows
dt.define.variable

dt.define.variable
dt.choose.cols

dt.choose.cols
dt.sort

dt.sort
dt.remove.variables

dt.remove.variables
dt.choose.rows

dt.choose.rows