db_remove: SQL Database Remove

Description Usage Arguments

View source: R/utils.R

Description

This is a helper function that will remove a dataframe from a SQL database

Usage

1
db_remove(path, datasets = NULL, remove_cleaned_data = T)

Arguments

path

path to database

datasets

which table from the SQL database do you want to remove

remove_cleaned_data

boolean remove all datasets that are created through the cleaning script


peRspective documentation built on July 14, 2021, 9:06 a.m.