Learn R Programming

handcodeR (version 0.1.2)

handcoder_app: handcoder_app: App to classify text snippets

Description

`handcoder_app` is an internal function to `handcode`. It provides a Shiny-App that allows users to click through different snippets of text and classify them manually according to predefined categories.

Usage

handcoder_app(a)

Value

The Shiny-App returns a data frame with the coded variables.

Arguments

a

A list containing all relevant information for the app to function. The list will be automatically generated by `data_for_app`.