run_app {TestAnaAPP}R Documentation

By using run_app() function in 'TestAnaAPP' package without any arguments, you can perform your test analysis in a friendly interactive interface.

Description

By using run_app() function in 'TestAnaAPP' package without any arguments, you can perform your test analysis in a friendly interactive interface.

Usage

run_app()

Value

No explicit return value. The function is called for its side effects, which include running the interactive application.

Examples

if(interactive()){
TestAnaAPP::run_app()
}


[Package TestAnaAPP version 1.0.1 Index]