Learn R Programming

ennet (version 0.2.2)

get_topics_discussions: 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

Run this code
# NOT RUN {
links <- get_theme_topics(link = (ennet_themes$links)[4])
get_topics_discussions(link = links[1:3, ])

# }

Run the code above in your browser using DataLab