ezr.h2o_basic_filter: H2o Subset Rows

Description Usage Arguments Value

Description

Convience wrapper extremely simple subsets in h2o. Provides the number of records returned as a result of filter.

Usage

1
ezr.h2o_basic_filter(h2o_df, column_to_filter, sign, value)

Arguments

h2o_df

h2odataframe

column_to_filter

name of column to filter using

sign

should be >=, >, <, <=, ==, !=. In future will add null/not null

value

what value is being compared.

Value

H2o dataframe after filtering is applied


jmp1989/easyr documentation built on May 20, 2019, 7:25 a.m.