View source: R/remove_na_rows.R
remove_na_rows | R Documentation |
Remove rows with NAs in one or more specific columns. If the column is not present, it will not be used for filtering.
remove_na_rows( dat, cols = c("Effect", "P", "StdErr", "SNP", "MAF"), verbose = TRUE )
dat |
Data |
cols |
Column names. |
verbose |
Print messages. |
Filtered data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.