remove_na_rows: Remove NA rows

View source: R/remove_na_rows.R

remove_na_rowsR Documentation

Remove NA rows

Description

Remove rows with NAs in one or more specific columns. If the column is not present, it will not be used for filtering.

Usage

remove_na_rows(
  dat,
  cols = c("Effect", "P", "StdErr", "SNP", "MAF"),
  verbose = TRUE
)

Arguments

dat

Data

cols

Column names.

verbose

Print messages.

Value

Filtered data


RajLabMSSM/echofinemap documentation built on Jan. 3, 2023, 1:42 a.m.