Learn R Programming

handcodeR (version 0.1.2)

gen_output: gen_output: Combine data and values of Shiny-App to output

Description

`gen_output` is an internal function to `handcode`. It works within the Shiny-App `handcoder_app` to prepare the output data frame.

Usage

gen_output(data, values)

Value

The function returns a data frame with the coded variables.

Arguments

data

The data frame initially passed to `handcoder_app` within a.

values

The values generated by the server of the `handcoder_app`.