Randomly select articles for human-reading

article_selection(full.names, non_duplicate_index, ratio = 0.2, .seed = 89)

Arguments

full.names

file.paths to corpus document

non_duplicate_index

index of non-duplicated documents

ratio

ratio of total number of documents to select; defaults to 20%

.seed

random seed for reproducible results; default to 89