Skip to contents

Read a list of delimited text files that have a unique ID field. Use this field to pick only distinct entries.

Usage

read_delims_w_uids(input_files, id_field = ID, show_col_types = FALSE)

Arguments

input_files

a single filename or a list of filenames. These are delimited text files that share a column name for the unique identifier

id_field

column/field name for the unique identifier. Defaults to "ID"