naValuesRowsTable: naValuesRowsTable

Description Usage Arguments Value Examples

View source: R/naValuesRowsTable.R

Description

naValuesRowsTable takes as input a data.frame object (dfData) and returns a data.frame object displaying the first column of dfData as row name, NA count and the corresponding columnn number(s) of NA values for each row in dfData

Usage

1

Arguments

dfData

a data.frame object. Note that this is not a character string but the data.frame object itself. The parameter passed to the function should be without quotes (" ").

Value

naValuesRowsTable returns a data.frame object containing the first column of dfData (this column is used as row name in the output data.frame object), NA count and the corresponding columnn number(s) of NA values for each row in dfData

Examples

1
2

lwTools/agriTrf documentation built on March 26, 2020, 12:09 a.m.