predict.bl: predict method for blacklist object

Description Usage Arguments Value Author(s)

Description

splits a string in to chunks of length chunk_len, returns a matrix

Usage

1
2
3
## S3 method for class 'bl'
predict(object, data, keep_rows = FALSE, val = "black_listed",
  ...)

Arguments

object

a bl object ('blacklist')

data

a data frame including factor variables

keep_rows

logical, whether to keep all rows and fill with val

val

charstring a value to fill the blacklisted objects with

...

addtional params

Value

a matrix of split text

Author(s)

Matthew Davis


mdavis29/keys_and_strings documentation built on May 24, 2019, 7:23 p.m.