get_glimpse {swissparl} | R 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 |
rows |
number of records to download. Maximum is 1000. |
Language |
filter rows by language. Possible are |
Value
A tibble of different length and variable composition.
Examples
## Not run:
# Short excerpt of table "Person"
get_glimpse(table = "Person")
## End(Not run)
[Package swissparl version 0.2.2 Index]