setup_foreign_table: Setup Foreign Table

Description Usage Arguments Details Author(s) References

Description

Creates table for mining results in db.

Usage

1
setup_foreign_table(con, table_name, fields_out, field_types="TEXT", include_foreign_key=TRUE)

Arguments

con

Database Connection

table_name

Table Name

fields_out

Fields to be created

field_types

Types

include_foreign_key

SP\_Nr?

Details

This function sets up tables in the db for mining results. To use a custom table setup function, specify a function that can be called in the same way as this function.

Author(s)

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

References

The Website of the Austrian Law http://www.ris.bka.gv.at/


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