get.data.keep.complete {ldt}R Documentation

Remove Rows with Missing Observations from Data

Description

Remove Rows with Missing Observations from Data

Usage

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

Arguments

data

Output of get.data function

warn

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

Value

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


[Package ldt version 0.5.3 Index]