Learn R Programming

ennet (version 0.2.2)

get_topic_discussions: Get the discussion and other details for a particular topic

Description

Get the discussion and other details for a particular topic

Usage

get_topic_discussions(link)

Arguments

link

URL for topic discussion

Value

A tibble containing the topic question

Examples

Run this code
# NOT RUN {
links <- get_theme_topics(link = (ennet_themes$links)[4])
get_topic_discussions(link = links$Link[1])

# }

Run the code above in your browser using DataLab