Create a List-Row Matching the Variable Format data.frame Structure
Source: R/varformat_new.R
new_varformat_data_row.RdConstruct a single list-row with the correct columns and types for a variable
format data.frame.
Arguments
- label
character(1): Label for this item.- level
integer(1): Hierarchy level of this item (top level = 1).- parent
character(1): Parent label if applicable, elseNA.- subset_info
list(3): List with slotssubsets,typeandlabel.- code
list(1): Unevaluated calls defining the filter condition for this label.