Read a file or object with blacklisted individuals. Used internally in radiator and might be of interest for users.
read_blacklist_id(blacklist.id = NULL, verbose = TRUE)
(optional, path or object) A blacklist file in the working directory
or object in the global environment. The data frame
as 1 column (named INDIVIDUALS
) and is filled with the individual IDs
The ids are cleaned with clean_ind_names
for separators,
only -
are tolerated. Duplicates are removed automatically.
Default: blacklist.id = NULL
.
(optional, logical) When verbose = TRUE
the function is a little more chatty during execution.
Default: verbose = TRUE
.
A tibble with column INDIVIDUALS
.
if (FALSE) { # \dontrun{
bl <- radiator::read_blacklist_id("blacklist.tsv")
} # }