Learn R Programming

TSQCA (version 1.3.1)

get_all_terms: Get all unique terms from multiple solutions

Description

Get all unique terms from multiple solutions

Usage

get_all_terms(sol_list)

Value

List with:

  • all_terms — all terms (with duplicates)

  • unique_terms — unique terms

  • term_counts — table of term frequencies

Arguments

sol_list

List of solution character vectors from minimize().