get_glimpse: Retrieve the first rows of a table

View source: R/get_glimpse.R

get_glimpseR Documentation

Retrieve the first rows of a table

Description

get_glimpse retrieves the first rows of a table of the Swiss Parliament WebServices and allows a first insight into the data structure.

Usage

get_glimpse(table, rows = 20, Language = "DE")

Arguments

table

name of the table to glimpse into. For an overview of available tables use get_tables().

rows

number of records to download. Maximum is 1000.

Language

filter rows by language. Possible are DE, FR, IT, RM, and EN.

Value

A tibble of different length and variable composition.

Examples

## Not run: 
# Short excerpt of table "Person"
get_glimpse(table = "Person")

## End(Not run)

zumbov2/swissparl documentation built on July 28, 2022, 11:34 a.m.