Learn R Programming

BERTopic (version 0.1.0)

bertopic_topics: Get topic info as a tibble

Description

Get topic info as a tibble

Usage

bertopic_topics(model)

Value

A tibble with topic-level information from Python get_topic_info().

Arguments

model

A "bertopic_r" object returned by bertopic_fit().