Looks for the data-set with the same or similar path.

dai.find_dataset(path, limit = 1000)

Arguments

path

The original file path of the data.

limit

The maximum number of data sets to check.

Value

The found DAIFrame or NULL if none found.

Examples

if (FALSE) {
dai.connect(uri = 'http://127.0.0.1:12345', username = 'h2oai', password = 'h2oai')
dai.find_dataset('iris.csv')
}