Learn R Programming

BERTopic (version 0.1.0)

as.data.frame.bertopic_r: Coerce to data.frame

Description

Coerce to data.frame

Usage

# S3 method for bertopic_r
as.data.frame(x, ...)

Value

A data.frame equal to bertopic_topics().

Arguments

x

A "bertopic_r" model.

...

Unused.