gen_output {handcodeR} | R Documentation |
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)
Arguments
data |
The data frame initially passed to 'handcoder_app' within a. |
values |
The values generated by the server of the 'handcoder_app'. |
Value
The function returns a data frame with the coded variables.
[Package handcodeR version 0.1.2 Index]