init_app: Initialize a shidashi application

View source: R/globals.R

init_appR Documentation

Initialize a shidashi application

Description

Creates a fresh environment holding all per-application global stores (session registry, per-module input registries, etc.). This function is designed to be called from a ‘global.R’ file generated by render(), not for user's call.

Usage

init_app(env = parent.frame())

Arguments

env

environment where the application is initialized into.

Value

Nothing.

Examples


init_app(env = new.env())


shidashi documentation built on April 10, 2026, 5:07 p.m.