put_RIS_jurisdictions_into_data_frame: Internal RIS function, converts output from...

Description Usage Arguments Value Author(s) References Examples

Description

Takes a list of output vectors from read\_RIS\_jurisdiction and converts them to a dataframe with a layout suitable for databse insertion.

Usage

1

Arguments

out

A list of character vectors, as generated by read\_RIS\_jurisdiction.

Value

Returns a data.frame with all columns used in the database in the correct order.

Author(s)

Kurt Hornik <kurt.hornik@wu-wien.ac.at>, Martin Kober <martin.kober@wu-wien.ac.at>, Georg M. Zajko <georg.zajko@wu-wien.ac.at>

References

Austrian law information system http://www.ris.bka.gv.at/

Examples

1
2
3
4
5
6
## Not run: 
x = lapply(100:105, read_RIS_jurisdiction)
y = put_RIS_jurisdictions_into_data_frame(x)
y[["Geschaeftszahl"]]

## End(Not run)

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