Initialize tibble for storing Drawn Line Segments (for Treatments) while Project is being Edited

initialize_drawn_lines()

Value

Initialized Drawn Lines tibble

Examples

initialize_drawn_lines()
#> # A tibble: 0 x 8 #> # ... with 8 variables: stop_pair_segment <lgl>, segment_id <chr>, #> # piece_id <chr>, piece_feet <dbl>, piece_miles <dbl>, perc_segment <dbl>, #> # project_forward_direction <lgl>, geometry <GEOMETRY [°]>