restore_tables: restore_tables

View source: R/restore_tables.R

restore_tablesR Documentation

restore_tables

Description

This function retrieves all of the tables stored by save_tables() and restores them to the global environment. Existing tables with the same names will be overwritten.

Usage

restore_tables(db = NULL, clean = "TRUE")

Arguments

db

default is NULL. This identifies the dataset you are working with.

clean

default is TRUE. If this is true, the temporary environment that held the tables will be removed when the tables are restored. If it is false, the environment will not be removed when the data is loaded.

Value

nothing

Author(s)

Mike McMahon, Mike.McMahon@dfo-mpo.gc.ca

See Also

Other general_use: cleanup(), get_isdb_trip_set(), save_data(), save_tables()


Maritimes/Mar.datawrangling documentation built on Feb. 6, 2024, 3:25 a.m.