ezr.null_countby_row: Counts of NULLs or NULL+Alt.Value by row

Description Usage Arguments Value

Description

Counts of null per row or nulls per row + alt value.

Usage

1
2
ezr.null_countby_row(dataset, alternative_value = NULL,
  add_column_to_df = TRUE)

Arguments

alternative_value

If you want to additionally count for a value that is valid as null, such as -1. This value is counted across ALL columns...Future update will check for specific columns only. Default is NULL

add_column_to_df

Default is TRUE. Adds back a 'nulls_in_row' column.

Value

Either a dataframe of original + new column or just the results


jmp1989/easyr documentation built on May 20, 2019, 7:25 a.m.