crsra_whichtable {crsra} | R Documentation |
Returns a list of tables a variable appears in
Description
Returns a list of tables a variable appears in
Usage
crsra_whichtable(all_tables, col_name)
Arguments
all_tables |
A list from |
col_name |
The name of the column/variable to look for |
Value
A list of tables that a specific variable appears in
Examples
crsra_whichtable(example_course_import, "assessment_id")
[Package crsra version 0.2.3 Index]