knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

TagR

What is TagR?

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:

Installation

You can install the released version of TagR from CRAN with:

Example

This is a basic example which shows you how to solve a common problem:

library(TagR)
## basic example code


rosepeglershare/TagR documentation built on Dec. 31, 2020, 3:12 a.m.