launch_test {personr} | R Documentation |
Launch a Personality Test
Description
Launch a personality test and get a report.
Usage
launch_test(path)
Arguments
path |
A string to set where to store your test report. |
Details
The test is called "Big Five Personality Test" and is from https://openpsychometrics.org/tests/IPIP-BFFM/.
After you finish and submit your responses, a report will generate in your path.
Value
No return value, a Shiny app is launched, and two files named "report.Rmd" and "report.html" generates in your path after you click the "Submit" button in the app.
See Also
report
for generating report
without calling launch_test
.
Examples
if (interactive()) {
launch_test(path = tempdir())
}
[Package personr version 1.0.0 Index]