.h2o.locate {h2o}R Documentation

Locate a file given the pattern <bucket>/<path/to/file> e.g. h2o:::.h2o.locate("smalldata/iris/iris22.csv") returns the absolute path to iris22.csv

Description

Locate a file given the pattern <bucket>/<path/to/file> e.g. h2o:::.h2o.locate("smalldata/iris/iris22.csv") returns the absolute path to iris22.csv

Usage

.h2o.locate(pathStub, root.parent = NULL)

Arguments

pathStub

relative path

root.parent

search root directory


[Package h2o version 3.44.0.3 Index]