Function reference
-
init() - Create the Server and UI Function For the Shiny App
-
module()toString(<teal_module>)print(<teal_module>) - Creates a
teal_moduleobject.
-
modules()toString(<teal_modules>)print(<teal_modules>) - Creates a
teal_modulesobject.
-
srv_teal_with_splash() - Server function that loads the data through reactive loading and then delegates
to
srv_teal().
-
ui_teal_with_splash() - UI to show a splash screen in the beginning, then delegate to
srv_teal()
-
teal_slices()as.teal_slices() - Filter settings for teal applications
-
example_module() - An example
tealmodule
-
reporter_previewer_module() - Create a
tealmodule for previewing a report
-
TealReportCard TealReportCard
-
new_tdata()get_code(<tdata>) - Create a
tdataObject
-
get_code_tdata() - Wrapper for
get_code.tdataThis wrapper is to be used by downstream packages to extract the code of atdataobject
-
get_join_keys() - Function to get join keys from a
tdataobject
-
get_metadata() - Function to get metadata from a
tdataobject
-
tdata2env() - Function to convert a
tdataobject to anenvironmentAnyreactivesinsidetdataare first evaluated
-
show_rcode_modal() - Show R Code Modal
-
validate_has_data() - Validate that dataset has a minimum number of observations
-
validate_has_elements() - Validates that vector has length greater than 0
-
validate_has_variable() - Validates that dataset contains specific variable
-
validate_in() - Validates that vector includes all expected values
-
validate_inputs() - Send input validation messages to output.
-
validate_n_levels() - Validate that variables has expected number of levels
-
validate_no_intersection() - Validates no intersection between two vectors
-
validate_one_row_per_id() - Validate that dataset has unique rows for key variables