From aec557b6cc914842ab63562593aaba3aecb94bf1 Mon Sep 17 00:00:00 2001 From: chainsawriot Date: Tue, 18 Jun 2024 16:47:10 +0200 Subject: [PATCH] Correct methodshub.qmd [no ci] --- methodshub.md | 2 +- methodshub.qmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/methodshub.md b/methodshub.md index f8ef933..aee2a9a 100644 --- a/methodshub.md +++ b/methodshub.md @@ -94,7 +94,7 @@ abstracts_seededlda 10 topics; 2,500 documents; 3,908 features. -The sample output is an oolong S3 object. +The sample output is an oolong [R6 object](https://r6.r-lib.org/). ## How to Use diff --git a/methodshub.qmd b/methodshub.qmd index a30ce28..936a742 100644 --- a/methodshub.qmd +++ b/methodshub.qmd @@ -74,7 +74,7 @@ library(seededlda) abstracts_seededlda ``` -The sample output is an oolong S3 object. +The sample output is an oolong [R6 object](https://r6.r-lib.org/). ## How to Use