create_app_id: Application ID

View source: R/utils.R

create_app_idR Documentation

Application ID

Description

Creates App ID used to match filter snapshots to application.

Usage

create_app_id(data, modules)

Arguments

data

(teal_data or teal_data_module) as accepted by init

modules

(teal_modules) object as accepted by init

Details

Calculate app ID that will be used to stamp filter state snapshots. App ID is a hash of the app's data and modules. See "transferring snapshots" section in ?snapshot.

Value

A single character string.


teal documentation built on May 29, 2024, 10:11 a.m.