NoNA_df: missing values into NAs

Description Usage Arguments Value Author(s) Examples

Description

This functions changes all kinds of missing values into NAs ("", NULL", "NaN" etc)

Usage

1

Arguments

x

data frame

Value

data frame will have missing values replaced with NAs

Author(s)

Zofia Wicik

Examples

1
2
3
inputDF<- data.frame( symbols=c('ONECUT2','NEBL','NaN','-','KAT6A','','IGSF10','NEBL'),
values=c(0.01,0.5,0.05,0.001,0.9,0.03,0.06,0.03))
NoNA.df(inputDF)

wizbionet/wizbionet documentation built on Sept. 9, 2020, 12:45 a.m.