View source: R/performance_assessment_setup.R
setup_performance_review | R Documentation |
This function takes in a name and will create a folder in Google Drive with a corresponding Google Sheet for all survey data to be written.
setup_performance_review( name, include_employee_setup_app, employee_data, encryption_key, password_length )
name |
The name of the new performance assessment |
include_employee_setup_app |
Logical: |
employee_data |
A data frame with columns "full_name" and "email" for all employees included in the performance review. |
encryption_key |
A character string used to encrypt the employees' names
into passwords. This should be kept secret. If |
password_length |
The length of the passwords created for each user. Defaults to six. |
A named list of Google Sheets IDs for customizing the Performance Review Shiny app c( 'employee_response_folder_id', 'employe_survey_metadata_id', 'employee_login_data_id', 'employe_survey_responses_id', 'employee_dependencies_id' )
. This named list is used internally create_performance_review()
.
if (interactive()) { setup_performance_review("testPA") }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.