123456789101112131415161718192021 |
- % Generated by roxygen2: do not edit by hand
- % Please edit documentation in R/modifyData.R
- \name{mapNA}
- \alias{mapNA}
- \title{Map NA to value}
- \usage{
- mapNA(df, var, valIfNA = 0)
- }
- \arguments{
- \item{df}{data frame}
- \item{var}{variable to modify}
- \item{valIfNA}{change from NA to this value}
- }
- \value{
- updated data frame
- }
- \description{
- Map NA to value
- }
|