powered by
Launch a personality test and get a report.
launch_test(path)
A string to set where to store your test report.
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.
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.
report for generating report without calling launch_test.
report
launch_test
# NOT RUN { if (interactive()) { launch_test(path = tempdir()) } # }
Run the code above in your browser using DataLab