Learn R Programming

ldt (version 0.5.3)

get.data.keep.complete: Remove Rows with Missing Observations from Data

Description

Remove Rows with Missing Observations from Data

Usage

get.data.keep.complete(data, warn = TRUE)

Value

The input data but with updated data$data and data$obsCount

Arguments

data

Output of get.data function

warn

If true, warning message about the indices of the removed rows is shown