cleanup: cleanup

View source: R/cleanup.r

cleanupR Documentation

cleanup

Description

This function removes the R objects associated with the various objects created by each of the databases it connects to.

Usage

cleanup(db = NULL, var.like = NULL, env = .GlobalEnv)

Arguments

db

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

var.like

The default value is NULL. Providing a value to this parameter will remove ALL elements from your environment that match it. Be careful and be as specific as you can.

env

This the the environment you want this function to work in. The default value is .GlobalEnv.

Author(s)

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

See Also

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


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