Learn R Programming

metasnf (version 2.1.2)

check_dll_subitem_names: Check valid item names for a data list-like list

Description

Error if data list-like structure doesn't have nested names of "data", "name", "domain", and "type".

Usage

check_dll_subitem_names(dll)

Value

Raises error if dll doesn't have only 4-item nested lists

Arguments

dll

A data list-like list class object.