delete_na: Remove NAs in dataframe

View source: R/functions.R

delete_naR Documentation

Remove NAs in dataframe

Description

Filters out dataframe according the amount of NAs allowed

Usage

delete_na(DF, n = 0)

Arguments

DF

Dataframe provide

n

Number of NAs allowed for each row.


HCGB-IGTP/HCGB.IGTP.DAnalysis documentation built on April 13, 2025, 12:03 a.m.