12345678910111213141516171819 |
- % Generated by roxygen2: do not edit by hand
- % Please edit documentation in R/modifyData.R
- \name{remove.NA}
- \alias{remove.NA}
- \title{Remove entries with missing variables for selected variables}
- \usage{
- remove.NA(x, vars)
- }
- \arguments{
- \item{x}{data frame}
- \item{vars}{vector of variable names as strings}
- }
- \value{
- data frame with entries where vars were NA removed
- }
- \description{
- Remove entries with missing variables for selected variables
- }
|