Removes a view from the lake with DROP VIEW. Only the stored query is
dropped; the tables it reads are untouched.
Arguments
- view_name
The view to drop.
Value
Invisibly returns NULL.
Examples
if (FALSE) { # \dontrun{
drop_view("v_safety_population")
} # }