Skip to contents

Removes a view from the lake with DROP VIEW. Only the stored query is dropped; the tables it reads are untouched.

Usage

drop_view(view_name)

Arguments

view_name

The view to drop.

Value

Invisibly returns NULL.

Examples

if (FALSE) { # \dontrun{
drop_view("v_safety_population")
} # }