View source: R/get_discussions.R
get_topics_discussions | R Documentation |
Get the discussion and details of discussion for a set of topics
get_topics_discussions(links)
links |
A tibble of topics containing URL of topic discussion. This
is provided using a call to |
A tibble containing the topic discussions for selected topic/s
links <- get_theme_topics(link = (ennet_themes$links)[4]) get_topics_discussions(link = links[1:3, ])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.