drop_inputs {metasnf} | R Documentation |
Execute inclusion
Description
Given a data list and a settings data frame row, returns a data list of selected inputs.
Usage
drop_inputs(sdf_row, dl)
Arguments
sdf_row |
Row of a settings data frame. |
dl |
A nested list of input data from |
Value
A data list (class "list") in which any component with a corresponding 0 value in the provided settings data frame row has been removed.
[Package metasnf version 2.1.2 Index]