.prepField {tcpl} | R Documentation |
Paste appropriate table name to field name
Description
Paste appropriate table name to field name
Usage
.prepField(fld, tbl, db)
Arguments
fld |
Character, the table fields |
tbl |
Character, the possible tables |
db |
Character, the database containing the tables |
Details
The function loops through the given tables, and for each field i it assigns the last table containing i to i. ORDER OF FLD MATTERS!!
[Package tcpl version 3.1.0 Index]