Wrapper over Python reduce_topics, compatible with multiple signatures.
bertopic_reduce_topics(
model,
nr_topics = "auto",
representation_model = NULL,
docs = NULL
)The input model (invisibly).
A "bertopic_r" model.
Target number (integer) or "auto".
Optional Python representation model.
Optional character vector of training docs (used if required by backend).