Applies tests to a mapping table to ensure it is valid for use with the data frame and ontological graph, in preparation for semantic enrichment.
validate_mapping_tbl(mapping_tbl, data, ontol_graph)
Any warnings and the mapping table returned invisibly
data frame. Contains two columns. First column contains variable names of a primary dataset. Second column contains entities in an ontological graph to which the primary dataset's variable names are mapped.
data frame. Primary dataset which contains variable names referred to in first column of the mapping table
ontological graph which contains entity names/IDs referred to in second column of the mapping table