Skip to contents

[Experimental] Open a GUI (a shiny widget) to interact with the user for the selection of a 3D bounding box. The user can visualise the sites within the selected bounding box and ask for returning the contained sites or simply the bounding box.

Usage

get_sites_interactive()

Value

tibble with selected sites or a list with selected bounding box (with slots bbx and elevation_range).

Author

Paolo Tagliolato

Examples

if (FALSE) { # \dontrun{
sites_tbl_sf <- get_sites_interactive()
} # }