Though shinyStore doesn't have any user-visible elements,
you still must initialize it in your application's
ui.R
file. You should execute this function in your
ui.R file to setup the input element associated with your
store.
1 |
id |
The identifier of the store (determines the
name of the store on the |
namespace |
Not a |
privateKey |
the private key to use to decrypt data. Must be provided if you're going to have any encrypted fields. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.