Learn R Programming

sejmRP (version 1.3)

votes_update_table: Updating table with votes

Description

Function votes_update_table updates a table with votes.

Usage

votes_update_table(dbname, user, password, host, nr_term_of_office = 8, windows = .Platform$OS.type == 'windows', 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
windows
information of used operation system; default: .Platform$OS.type == 'windows'
verbose
if TRUE then additional info will be printed

Value

invisible NULL

Examples

Run this code
## Not run: 
# votes_update_table(dbname, user, password, host, 7, TRUE)
# votes_update_table(dbname, user, password, host, 7, FALSE)## End(Not run)

Run the code above in your browser using DataLab