Assign List to Global Environment
list_to_env.RdAssign a list of instruments (data frames) to the global environment. Each element of the list becomes a separate object in the global environment.
Examples
if (FALSE) { # \dontrun{
tbl(conn, "data") |>
tbl_to_list() |>
list_to_env()
} # }