Description Usage Arguments Value Note Author(s) Examples
View source: R/statements_create_table.R
Function statements_create_table creates a table with deputies' statements.
| 1 2 | statements_create_table(dbname, user, password, host,
  nr_term_of_office = 8)
 | 
| 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 | 
invisible NULL
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.
Piotr Smuda, Tomasz Mikolajczyk
| 1 2 3 | ## Not run: 
statements_create_table(dbname, user, password, host)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.