launch_test {personr} | R Documentation |
Launch a personality test and get a report.
launch_test(path)
path |
A string to set where to store your test report. |
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.
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.
report
for generating report
without calling launch_test
.
if (interactive()) {
launch_test(path = tempdir())
}