read_blacklist_id | R Documentation |
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)
blacklist.id |
(optional, path or object) A blacklist file in the working directory
or object in the global environment. The data frame
as 1 column (named |
verbose |
(optional, logical) When |
A tibble with column INDIVIDUALS
.
## Not run:
bl <- radiator::read_blacklist_id("blacklist.tsv")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.