Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 941 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 941 Bytes

dformula: data manipulation using R formula

CRAN Downloads DOI R-CMD-check

A tool for manipulating data using the generic R function formula.

Installation

install.packages("dformula")

Development verison

library(remotes)
install_github("serafinialessio/dformula")

Usage

library(dformula)

Vignettes

An overview