lab_name_input | R Documentation |
Add a text input for the user's name and id
lab_name_input( title = "Student information", label = "Your name", label_id = "Your student nr.", error_name_empty = "Your name must not be empty.", error_id_wrong_length = "The student number must be 8 digits.", error_id_wrong_format = "The student number must be 8 digits." )
title |
title for the panel containing the name input. |
label |
label of the name input. |
label_id |
label for the input for the student number (id). If |
error_name_empty, error_id_wrong_length, error_id_wrong_format |
error messages for
an empty name input, or a wrong id input. If the error message is |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.