read_delims_w_uids: Read a list of delimited text files that have a unique ID...

View source: R/utils.R

read_delims_w_uidsR Documentation

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

Description

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"


rgzn/beastr documentation built on June 7, 2022, 2:43 a.m.