Description Usage Arguments Details Value Note Author(s)
Server part of the sign_upUI function
1 | sign_upOutput(id, pass, confirm_pass, config)
|
id |
module id |
pass |
reactive password obtained from the function |
confirm_pass |
reactive confirmation password obtained from the function |
config |
|
This function allows you to make the server work of the sign_upUI function
return the server side of the function sign_upUI
Use this function at the same time with the function sign_upUI.
The output of this function is a data.table that is going to push the recollected information to a MongoDB. So you need to have a collection.
Eduardo Trujillo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.