get_topics_discussions: Get the discussion and details of discussion for a set of...

View source: R/get_discussions.R

get_topics_discussionsR Documentation

Get the discussion and details of discussion for a set of topics

Description

Get the discussion and details of discussion for a set of topics

Usage

get_topics_discussions(links)

Arguments

links

A tibble of topics containing URL of topic discussion. This is provided using a call to get_theme_topics() or get_themes_topics()

Value

A tibble containing the topic discussions for selected topic/s

Examples

links <- get_theme_topics(link = (ennet_themes$links)[4])
get_topics_discussions(link = links[1:3, ])


katilingban/ennet documentation built on Nov. 3, 2022, 4:39 p.m.