ASM_fetch_code: Fetch Module Code

View source: R/ASM_Server.R

ASM_fetch_codeR Documentation

Fetch Module Code

Description

Fetches the code to generate results seen in the app

Usage

ASM_fetch_code(state)

Arguments

state

ASM state from ASM_fetch_state()

Value

The ASM module does not generate code

Examples

# Creating a state object for testing
sess_res = ASM_test_mksession()
state = sess_res$state
code = ASM_fetch_code(state)

formods documentation built on April 12, 2025, 1:57 a.m.