Creates a file listing the total occurances of all queries and categories.

create_unique_total_diagnostics(lecat_result, inShiny = FALSE)

Arguments

lecat_result

data frame output from the run_lecat_analysis function

inShiny

If inShiny is TRUE then shiny based notifications will be shown

Value

Passing the output of the run_lecat_analysis function will return a data frame with Type, Category, Queries and Column_examined columns. In the output the unique and total occurances of Types, Category and Query are reported in the format Term(total occurances, unique occurances).