nr2: nrows for one data.frame minus the nrows of another...

Description Usage Arguments Value Examples

View source: R/convinience_functions.R

Description

that's about it

Usage

1
nr2(dtx, dty, mode = "-")

Arguments

dtx

A data.frame

dty

A data.frame

Value

This function returns an integer value with the difference in number of rows between the two data.frames (dtx-dty)

Examples

1
2
3
4
## Not run: 
nr2(dtx, dtx)

## End(Not run)

emilBeBri/dttools documentation built on April 21, 2021, 5:44 a.m.