Learn R Programming

dat (version 0.7.0)

Tools for Data Manipulation

Description

An implementation of common higher order functions with syntactic sugar for anonymous function. Provides also a link to 'dplyr' and 'data.table' for common transformations on data frames to work around non standard evaluation by default.

Copy Link

Version

Install

install.packages('dat')

Monthly Downloads

352

Version

0.7.0

License

MIT + file LICENSE

Maintainer

Sebastian Warnholz

Last Published

January 30th, 2026

Functions in dat (0.7.0)

verboseApply

Verbose apply function
mutar

Tools for Data Frames
bindRows

Bind rows
DataFrame

DataFrame and methods
replace

Replace elements in a vector
extract

Extract elements from a vector
reexports

Objects exported from other packages
as.function.formula

Coerce a formula into a function
FL

Dynamically generate formulas
map

An implementation of map