R/compute_senate_size.R

Defines functions `compute_senate_size`

`compute_senate_size` <-
function(con, limit=0) 
	compute_from_db(con, senate_size, table_name="senate_size", 
		fields_in="Betreff", fields_out="size", field_types="INTEGER", limit=limit)

Try the VwGHat package in your browser

Any scripts or data that you put into this service are public.

VwGHat documentation built on May 2, 2019, 5:55 p.m.