Learn R Programming

crsra (version 0.2.3)

crsra_whichtable: 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
col_name

The name of the column/variable to look for

Value

A list of tables that a specific variable appears in

Examples

Run this code
# NOT RUN {
crsra_whichtable(example_course_import, "assessment_id")
# }

Run the code above in your browser using DataLab