td.values: Values

Description Usage Arguments Details Value Examples

View source: R/td.values.R

Description

Helps determine the nature and overall quality of the data

Usage

1
td.values(tdf, col, group.by=NULL)

Arguments

tdf

td data frame

col

column name

group.by

td data frame of columns that are used to group your results.

Details

Given a td data frame and the name of a column, the td.values analysis provides rows with non-null values, rows with value 0, rows with a positive value, rows with a negative value, number of unique values and the number of rows containing blanks in the given column based on the type of column.

Value

Single row data frame with the values results

Examples

1
2
3
4
5
## Not run: 
td.values(tdf,"income")
td.values(tdf[3])

## End(Not run)

nonsleepr/teradataR documentation built on May 23, 2019, 9:32 p.m.