get_all_terms: Get all unique terms from multiple solutions

View source: R/tsqca_helpers.R

get_all_termsR Documentation

Get all unique terms from multiple solutions

Description

Get all unique terms from multiple solutions

Usage

get_all_terms(sol_list)

Arguments

sol_list

List of solution character vectors from minimize().

Value

List with:

  • all_terms — all terms (with duplicates)

  • unique_terms — unique terms

  • term_counts — table of term frequencies


ThSQCA documentation built on Sept. 26, 2026, 5:07 p.m.