This function launches the Shiny application for performing comprehensive factor analysis. The application allows users to upload datasets, check assumptions, manipulate data, perform exploratory and confirmatory factor analysis, and conduct reliability analysis and item weighting.
run_app( lang = "eng", onStart = NULL, options = list(), enableBookmarking = NULL, uiPattern = "/", ... )
run_app( lang = "eng", onStart = NULL, options = list(), enableBookmarking = NULL, uiPattern = "/", ... )
lang |
A character string specifying the language of the application. Options are "eng" (default) for English and "tr" for Turkish. |
onStart |
A function to execute when the app starts. |
options |
A list of options to be passed to |
enableBookmarking |
Enable bookmarking in the app. |
uiPattern |
A pattern to be matched for the app's UI. |
... |
Additional arguments to pass to |
The application supports multiple languages. By default, it runs in English. However, it can
be switched to Turkish by setting the lang
parameter to "tr".
This function does not return a value. It launches the Shiny application interface.