
Package index
-
formods-packageformods - formods: Shiny modules for common tasks.
-
run_formods() - Run the 'formods' Shiny App
-
autocast() - Automatically Cast UI Input Variable
-
FM_add_ui_tooltip() - Add Tooltip to UI Element
-
FM_app_preload() - Preload Data Into App
-
FM_build_comment() - Create RStudio Formatted Comments
-
FM_fetch_app_code() - Fetches the Code to Reproduce Analysis
-
FM_fetch_app_info() - Fetches Informaiton About the App
-
FM_fetch_app_state() - Fetches the App State
-
FM_fetch_current_mods() - Fetches Details About Current Modules
-
FM_fetch_data_format() - Creates Formatting Information for Datasets
-
FM_fetch_deps() - Fetches Dependency Information
-
FM_fetch_ds() - Fetches Datasets from Modules in the App
-
FM_fetch_log_path() - Fetches the Path to the Log File
-
FM_fetch_mdl() - Fetches Models from Modules in the App
-
FM_fetch_mod_state() - Fetch the Module State
-
FM_fetch_user_files_path() - Fetches the Path to the User Files
-
FM_generate_report() - Generate Report
-
FM_has_ds_changed() - Compares DS Summary with Current State for Changes
-
FM_init_state() - Initialize a formods State Object
-
FM_le() - Adds Message to Log File and Displays it to the Console
-
FM_message() - Show Message to User
-
FM_mk_app_preload() - Preload Data Into App
-
FM_mk_error_fig() - Generates `ggplot` Object with Error Message
-
FM_notify() - Shiny Notification
-
FM_pause_screen() - Starts Modal Screen Pause
-
FM_pretty_sort() - Centralized Sorting Function
-
FM_proc_include() - Process Include Files in formods.yaml
-
FM_read_yaml() - Fetch Yaml Contents
-
FM_reset_app() - Resets the App State
-
FM_resume_screen() - Stops Modal Screen Pause
-
FM_set_app_state() - Set the App State
-
FM_set_mod_state() - Set the Module State
-
FM_set_notification() - Shiny Notification
-
FM_set_ui_msg() - Sets Message in State from UI Processing
-
FM_tc() - Run Try/Catch and Process Results
-
fetch_hold() - Fetches the Hold Status UI Element Supplied
-
fetch_package_version() - Fetches the Current Version of Pacakge
-
fetch_resource() - Fetches Resource Object
-
formods_check() - Checks `formods` Dependencies
-
has_changed() - Depreciated: Detect if a UI element has changed
-
has_updated() - Detect if a UI element has updated
-
icon_link() - Creates Icon Link
-
is_installed() - Determines if a Package is Installed
-
is_shiny() - Determine if Object is Shiny Session Object
-
linspace() - Implementation of the
linspaceFunction from Matlab
-
new_module_template() - Makes Template Files for formods New Module
-
remove_hold() - Removes Hold on UI Element
-
render_str() - Evaluate R Code in String
-
set_hold() - Sets Hold on One or All UI Elements
-
unfactor() - Remove Factor From Object
-
use_formods() - Create Module Templates in a Package Repository
-
ASM_Server() - Save State Server
-
ASM_check_workflow() - Checks Workflow Preload List Against Current App State
-
ASM_fetch_code() - Fetch Module Code
-
ASM_fetch_dlfn() - Fetch Download File Name
-
ASM_fetch_state() - Fetch State Manager State
-
ASM_init_state() - Initialize ASM Module State
-
ASM_load_state() - Load App State
-
ASM_mk_preload() - Make List of Current ASM State
-
ASM_onload() - Updates ASM After State Load
-
ASM_preload() - Preload Data for ASM Module
-
ASM_read_app_state() - Read App State From Yaml Files
-
ASM_run_workflow() - Run Specified Workflow
-
ASM_save_state() - Write State to File for Saving
-
ASM_test_mksession() - Populate Session Data for Module Testing
-
ASM_test_preload() - Test Specified Preload Functionality
-
DM_Server() - Data Management Server
-
DM_add_file() - Make List of Current DM State
-
DM_add_url() - Attaches Data Source from URL
-
DM_append_report() - Append Report Elements
-
DM_del_current_element() - Deletes Current ds
-
DM_delete_source() - Make List of Current DM State
-
DM_fetch_code() - Fetch Module Code
-
DM_fetch_current_element() - Fetches Current ds
-
DM_fetch_ds() - Fetch Data Management Module Datasets
-
DM_fetch_source() - Gets Source File Name for Element
-
DM_fetch_state() - Fetch Data Management State
-
DM_hasds() - Check DM State For Datasets
-
DM_init_state() - Initialize DM Module State
-
DM_mk_preload() - Make List of Current DM State
-
DM_new_element() - New Data Management ds
-
DM_onload() - Processes State After Loading
-
DM_preload() - Preload Data for DM Module
-
DM_run_code() - Run Element Code
-
DM_set_current_element() - Sets the Value for the Current ds
-
DM_test_mksession() - Populate Session Data for Module Testing
-
DM_update_checksum() - Updates DM Module Checksum
-
DM_update_element_code() - Updates Element Code
-
is_excel() - Determines if a File is Excel
-
is_importable() - Determines if a File is Importable
-
DW_Server() - Data Wrangling Server
-
DW_add_wrangling_element() - Adding Wrangling Element to Current Data View
-
DW_append_report() - Append Report Elements
-
DW_attach_ds() - Attach Data Set to DW View
-
DW_fetch_available_sources() - Fetch Available Source
-
DW_fetch_code() - Fetch Module Code
-
DW_fetch_current_view() - Fetches Current Data View
-
DW_fetch_ds() - Fetch Module Datasets
-
DW_fetch_obj_ds_meta() - Fetches Metadata for a Data Source Based on R Object Name
-
DW_fetch_state() - Fetch Data Wrangling State
-
DW_fetch_view_deps() - Recursively Finds View Dependencies
-
DW_hasds() - Check DW State For Datasets
-
DW_init_state() - Initialize DW Module State
-
DW_mk_preload() - Make List of Current DW State
-
DW_new_view() - New Data Wrangling View
-
DW_preload() - Preload Data for DW Module
-
DW_proc_pll() - Adding Preload List Component
-
DW_rebuild_current_view() - Forces Rebuild of Current Data View
-
DW_rectify() - Rebuilds Data Views After Source Changes
-
DW_set_current_view() - Sets Current Data View
-
DW_test_mksession() - Populate Session Data for Module Testing
-
DW_update_checksum() - Updates DW Module Checksum
-
dwrs_builder() - Builds a Data Wrangling R Statement From ui Elements:
-
dw_eval_element() - Evaluates Data Wrangling Generated Code
-
FG_Server() - Figure Generation Server
-
FG_append_report() - Append Report Elements
-
FG_build() - Evaluates Figure Generation Code
-
FG_extract_page() - Extracts Specific Page from Paginated Figure
-
FG_fetch_code() - Fetch Module Code
-
FG_fetch_current_fig() - Fetches Current Figure
-
FG_fetch_state() - Fetch Figure Generation State
-
FG_init_state() - Initialize FG Module State
-
FG_mk_preload() - Make List of Current FG State
-
FG_new_fig() - Initialize New Figure
-
FG_preload() - Preload Data for FG Module
-
FG_set_current_fig() - Sets Current Figure
-
FG_test_mksession() - Populate Session Data for Module Testing
-
FG_update_checksum() - Updates FG Module Checksum
-
fers_builder() - Builds a Figure Element R Statement From UI Elements:
-
UD_Server() - Data Upload Server
-
UD_attach_ds() - Attach Data Set to UD State
-
UD_ds_read() - Generate Code and Load DS
-
UD_fetch_code() - Fetch Module Code
-
UD_fetch_ds() - Fetch Module Datasets
-
UD_fetch_state() - Fetch Upload Data State
-
UD_init_state() - Initialize UD Module State
-
UD_mk_preload() - Make List of Current ASM State
-
UD_preload() - Preload Data for UD Module
-
UD_test_mksession() - Populate Session Data for Module Testing