remove_database {sejmRP}R Documentation

Removing database

Description

Function remove_database remove whole database.

Usage

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

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


[Package sejmRP version 1.3.4 Index]