Learn R Programming

h2o (version 3.8.1.3)

h2o.pro_substrings_words: Proportion of substrings >= 2 chars that are contained in file

Description

Find the proportion of all possible substrings >= 2 chars that are contained in the specified line-separated text file.

Usage

h2o.pro_substrings_words(x, path)

Arguments

x
The column on which to calculate the proportion of valid substrings.
path
Path to text file containing line-separated strings to be referenced.