run_app {FAfA}R Documentation

Run the Shiny Application

Description

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.

Usage

run_app(
  lang = "eng",
  onStart = NULL,
  options = list(),
  enableBookmarking = NULL,
  uiPattern = "/",
  ...
)

Arguments

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 shiny::shinyApp.

enableBookmarking

Enable bookmarking in the app.

uiPattern

A pattern to be matched for the app's UI.

...

Additional arguments to pass to golem_opts.

Details

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".

Value

This function does not return a value. It launches the Shiny application interface.


[Package FAfA version 0.2 Index]