statements_create_table {sejmRP}R Documentation

Creating table with deputies' statements

Description

Function statements_create_table creates a table with deputies' statements.

Usage

statements_create_table(dbname, user, password, host,
  nr_term_of_office = 8)

Arguments

dbname

name of database

user

name of user

password

password of database

host

name of host

nr_term_of_office

number of term of office of Polish Diet; default: 8

Value

invisible NULL

Note

Use only this function for first time, when the statements table is empty. Then use statements_update_table.

All information is stored in PostgreSQL database.

Author(s)

Piotr Smuda, Tomasz Mikolajczyk

Examples

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


[Package sejmRP version 1.3.4 Index]