dai.find_dataset.Rd
Looks for the data-set with the same or similar path.
dai.find_dataset(path, limit = 1000)
path | The original file path of the data. |
---|---|
limit | The maximum number of data sets to check. |
The found DAIFrame or NULL if none found.
if (FALSE) { dai.connect(uri = 'http://127.0.0.1:12345', username = 'h2oai', password = 'h2oai') dai.find_dataset('iris.csv') }