Function reference
-
getDataDemo()
- Example get imported data application
-
get_flat_data()
- Get flat data file module
-
import_flat_file()
- Import flat data files
-
mod_greet_input_server()
- Greeting application inputs (server)
-
mod_greet_input_ui()
- Greeting application inputs (UI example function)
-
mod_greet_output_server()
- Greeting application output (server)
-
mod_greet_output_ui()
- Greeting application outputs (UI)
-
mod_import_server()
- Example get imported flat file data server function
-
mod_import_ui()
- Example get imported flat file data UI function
-
mod_prnt_data_server()
- Print the returned values from
get_flat_data()
(server)
-
mod_prnt_data_ui()
- Print the returned values from
get_flat_data()
(UI)
-
mod_reactvals_server()
- Print reactive values (server)
-
mod_reactvals_ui()
- Print reactive values (UI)
-
mod_vals_server()
- Example print reactive values server function
-
mod_vals_ui()
- Example print reactive values UI function
-
prnt_reactvals()
- Create a 'print reactive values' module
-
reactValsDemo()
- Example print reactive values application