remove_database: Removing database

Description Usage Arguments Value Note Author(s) Examples

View source: R/remove_database.R

Description

Function remove_database remove whole database.

Usage

1
remove_database(dbname, user, password, host)

Arguments

dbname

name of database

user

name of user

password

password of database

host

name of host

Value

invisible NULL

Note

All information is stored in PostgreSQL database.

Author(s)

Piotr Smuda

Examples

1
2
3
## Not run: 
remove_database(dbname, user, password, host)
## End(Not run)

sejmRP documentation built on May 2, 2019, 5:16 a.m.