is_variable_different: is_variable_different

View source: R/is_different.R

is_variable_differentR Documentation

is_variable_different

Description

This subsets the data set on the variable name, picks out differences and returns a tibble of differences for the given variable

Usage

is_variable_different(variablename, keynames, datain, ...)

Arguments

variablename

name of variable being compared

keynames

name of keys

datain

Inputted dataset with base and compare vectors

...

Additional arguments which might be passed through (numerical accuracy)

Value

A boolean vector which is T if target and current are different


gowerc/diffdf documentation built on April 9, 2024, 9:34 p.m.