check_exists {rDataPipeline} | R Documentation |
Check if entry exists in the data registry
Description
Check whether an entry already exists in a table (in the data registry)
Usage
check_exists(table, query)
Arguments
table |
a |
query |
a |
Value
Returns TRUE
if the entry exists and FALSE
if it
doesn't
[Package rDataPipeline version 0.54.1 Index]