storeState: Store the data object

View source: R/shiny.R

storeStateR Documentation

Store the data object

Description

Stores the data object by parsing the data (a stringified JSON) and storing it as a JSON object

Usage

storeState(data, path)

Arguments

data

The data object to store, must be a stringified JSON generated via getData and received as proxy id and "_data"

path

The path to store the data object at

Value

TRUE if successfull


MichaelHogers/RXSpreadsheet documentation built on July 18, 2023, 7:41 p.m.