ui.R
file. You should execute this function in your
ui.R file to setup the input element associated with your
store.
initStore(id, namespace, privateKey = NULL)
input
reactive object in
your server.R
file).namespace
in the
traditional R sense, but rather the identifying prefix to
use when storing any object in the browser's local
storage. This is the only means by which we can separate
data stored for different applications that are being
hosted at the same (sub-)domain.