Description Usage Arguments Value
Identical to data[complete.cases(data)] or 
dplyr::filter(complete.cases(.)).
| 1 | 
| .data | a data.frame, data.table, matrix, or list | 
| ... | Specification of columns to fill, leaving blank will select all
columns. Use bare variable names. Select all variables between x and z with 
x:z, exclude y with -y. For more options, see the  | 
| .dots | Use  | 
an object of the same class as .data with the NA rows dropped
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.