launch_test: Launch a Personality Test

Description Usage Arguments Details Value See Also Examples

View source: R/app.R

Description

Launch a personality test and get a report.

Usage

1

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

1
2
3
if (interactive()) {
  launch_test(path = tempdir())
}

personr documentation built on July 2, 2020, 2:12 a.m.