Learn R Programming

ParBayesianOptimization (version 0.2.0)

checkDup: Check for Pre-Existing Parameters

Description

Check if rows from tab1 exist in tab2.

Usage

checkDup(tab1, tab2)

Arguments

tab1

The table to check

tab2

The table to compare.

Value

A vector of booleans of length nrow(tab1) representing whether each row of tab1 already exists in tab2 or in proceeding rows of tab1.