Skip to contents

Launch App

Start the interactive Shiny application.

run_app()
Launch the Dataset Explorer Shiny Application

Dataset I/O

Read datasets and list files in a directory.

read_dataset()
Read a dataset based on its file extension
list_datasets()
List supported dataset files in a directory

Dataset Metadata

Inspect dataset and variable-level metadata.

get_dataset_metadata()
Get metadata for a loaded dataset
get_variable_info()
Extract variable-level metadata from a dataset
format_file_size()
Format a file size in bytes as a human-readable string

Summary Statistics

Compute descriptive statistics for numeric and categorical variables.

compute_numeric_summary()
Compute summary statistics for numeric variables
compute_categorical_summary()
Compute frequency statistics for categorical variables
compute_crosstab()
Compute a cross-tabulation of two categorical variables

Shiny Modules

Reusable Shiny module UI and server functions.

dataset_browser_ui()
Dataset Browser Module – UI
dataset_browser_server()
Dataset Browser Module – Server
data_viewer_ui()
Data Viewer Module – UI
data_viewer_server()
Data Viewer Module – Server
summary_panel_ui()
Summary Panel Module – UI
summary_panel_server()
Summary Panel Module – Server
converter_ui()
Dataset Converter Module – UI
converter_server()
Dataset Converter Module – Server
code_generator_ui()
Code Generator Module - UI
code_generator_server()
Code Generator Module - Server

Package

Package-level documentation.

QuickExplore QuickExplore-package
QuickExplore: Interactive Dataset Explorer for SAS and Other Data Formats