I get the following warning message, when I use freq(Dataset$cluster):
Warning in parse_call(mc = match.call(), caller = "freq") : metadata extraction terminated unexpectedly; inspect results carefully
When I click on Show Traceback it shows the following:
5. label(obj_df[[var_name]]) 4. upd_output("var_label", label(obj_df[[var_name]])) 3. deduce_names() 2. parse_call(mc = match.call(), caller = "freq") 1. freq(km.mm$cluster)
See the photo I added:
using version 1.1.5
Any help would be appreciated! :)