votings_update_table {sejmRP} | R Documentation |
Updating table with votings
Description
Function votings_update_table
updates table with votings.
Usage
votings_update_table(dbname, user, password, host,
nr_term_of_office = 8, verbose = FALSE)
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 |
verbose |
if TRUE then additional info will be printed |
Value
invisible NULL
Note
All information is stored in PostgreSQL database.
Author(s)
Piotr Smuda
Examples
## Not run:
votings_update_table(dbname, user, password, host)
## End(Not run)
[Package sejmRP version 1.3.4 Index]