read_model_file {segmenter} | R Documentation |
modelfile
The model file is the output of running learn_model
and named
model_#.txt
read_model_file(file)
file |
A string. The path to the file. |
A data.frame
# locate the file modelfile <- file.path(tempdir(), 'model_3.txt') # read the file read_model_file(modelfile)