# NOT RUN {
# get a tag by Tag IDs
qiita_get_tags(tag_id = "R")
# get tags by user ID
qiita_get_tags(user_id = "yutannihilation")
# follow a tag
qiita_follow_tag("RStudio")
# unfollow a tag
qiita_unfollow_tag("RStudio")
# }
Run the code above in your browser using DataLab