knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
TagR is SHARE's R package for topic tagging using machine learning. Using predefined topics and a labelled data set, it allows the user to find the probability that an unlabelled post belongs to a particular topic.
This package is used by running through the following steps:
You can install the released version of TagR from CRAN with:
This is a basic example which shows you how to solve a common problem:
library(TagR) ## basic example code
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.