sum.av: SUM AVAILABLES

Description Usage Arguments Value Examples

Description

gives the number of the available values of every column of a dataframe

Usage

1
2
## S3 method for class 'av'
sum(data)

Arguments

data

dataframe for which availables in columns should be summed up

Value

dataframe with the number of available data for each column

Examples

1
2
(d<-data.frame(x=c(NA,"Hello",NA,"World",NA),y=c(1:5),z=rep(NA,5)))
sum.av(d)

TPeschel/hlpr4life documentation built on May 9, 2019, 2:25 p.m.