remove_dll_incomplete: Remove observations with incomplete data from a data...

View source: R/data_list.R

remove_dll_incompleteR Documentation

Remove observations with incomplete data from a data list-like list object

Description

Helper function during data_list class initialization. First applies stats::na.omit() to the data frames named "data" within a nested list. Then removes any observations that are not present across all data frames.

Usage

remove_dll_incomplete(dll)

Arguments

dll

A data list-like list class object.

Value

dll The provided data list-like object with missing observations removed.


metasnf documentation built on April 3, 2025, 5:40 p.m.