Skip to contents

Check if data list contains any duplicate features

Usage

dl_has_duplicates(data_list)

Arguments

data_list

A nested list of input data from generate_data_list().

Value

Doesn't return any value. Raises warning if there are features with duplicate names in a generated data list.