Description Usage Arguments Value Note Author(s) Examples
View source: R/deputies_create_table.R
Function deputies_create_table creates a table with deputies.
| 1 2 | deputies_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 deputies table
is empty. Then use deputies_update_table.
All information is stored in PostgreSQL database.
Piotr Smuda
| 1 2 3 | ## Not run: 
deputies_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.