read_RIS_jurisdiction: Internal RIS function, extracts information from web page

Description Usage Arguments Details Value Note Author(s) References Examples

Description

Extracts information out of VwGH judgements published on RIS. Used by build\_RIS\_db.

Usage

1

Arguments

number

ID number of the document to load.

Details

The function downloads the pages from http://www.ris.bka.gv.at and extracts all the data out of it.

Value

Returns a named character vector with the extracted fields.

Note

The fields may be very long, i.e. serveral tens of thousands of characters. Do not use dump() to save these strings as source() cannot load long lines. Use save/load instead.

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

RIS http://www.ris.bka.gv.at.

Examples

1
2
3
4
5
## Not run: 
x = read_RIS_jurisdiction(10000)
x[["Geschaeftszahl"]]

## End(Not run)

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