h2o.num_valid_substrings: Count of substrings >= 2 chars that are contained in file

View source: R/frame.R

h2o.num_valid_substringsR Documentation

Count of substrings >= 2 chars that are contained in file

Description

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

Usage

h2o.num_valid_substrings(x, path)

Arguments

x

The column on which to calculate the number of valid substrings.

path

Path to text file containing line-separated strings to be referenced.


h2o documentation built on Aug. 9, 2023, 9:06 a.m.