Function reference
-
build_structure_lookup_list() - Build lookup list for UI elements
-
copy_file() - Copy a file related to an event and name it appropriately
-
create_file_folder() - Create a folder for a site-block combination
-
create_ui() - Generate the UI for a list of elements in the structure file.
-
delete_file() - Delete a file
-
evaluate_condition() - Evalute some javascript conditions from ui_structure.json in R
-
find_event_index() - Find the index of an event in a list
-
get_category_names() - Find code and display names belonging to a given category
-
get_data_table() - Turn a list of events into a data frame
-
get_disp_name() - Get the display names corresponding to given code names
-
get_dynamic_rows_from_value() - Determine the dynamic rows based on row variable value
-
get_selectInput_choices() - Find the choices for a selectInput given its code name
-
get_table_variables() - Find the variables whose value can be entered through a given table
-
get_variable_table() - Find the table matching a variable name
-
read_json_file() - Read the events from the events.json file
-
replace_with_display_names() - Replace code names with display names in an event data frame
-
reset_input_fields() - Reset the value of input fields
-
rlapply() - Recursively apply function to lists in a list
-
run_app() - Run the Shiny Application
-
set_login_language() - This function sets the labels on the shinymanager login UI
-
update_ui_element() - Update value, label etc. of a UI element.
-
valid_dateRangeInput() - Check whether the value of a dateRangeInput is valid
-
write_json_file() - Write a given event list to a json file