Initialize tibble for storing Stop Treatments in Treatment Packet

initialize_stop_treatments_tibble()

Value

Initialized Stop Treatments tibble

Examples

initialize_stop_treatments_tibble()
#> # A tibble: 0 x 15 #> # ... with 15 variables: project_id <dbl>, stop_treatment_id <chr>, #> # treatment_notes <chr>, stop_id <chr>, stop_name <chr>, #> # treatment_type_id <dbl>, treatment_sub_type_id <chr>, #> # treatment_cost_type <chr>, treatment_num <dbl>, longitude <dbl>, #> # latitude <dbl>, hours_operating <chr>, hours_benefit <chr>, #> # delay_reduction <dbl>, dwell_reduction <dbl>