Learn R Programming

AssociationExplorer2 (version 0.1.2)

run_associationexplorer: Launch the AssociationExplorer2 Shiny Application

Description

This function launches the AssociationExplorer2 Shiny application in your default web browser. The app provides interactive tools for exploring statistical associations, correlation networks, bivariate visualizations, and summary tables, with optional support for survey weights and range-based filtering of association strengths.

Usage

run_associationexplorer(...)

Value

The function is called for its side effect of launching the app.

Arguments

...

Additional arguments passed to shiny::runApp(), such as port or launch.browser.

Examples

Run this code
if (interactive()) {
  run_associationexplorer()
}

Run the code above in your browser using DataLab