if (FALSE) {
library(fastText)
#-----------------------------------------------------------------
# the 'progress_data.txt' file corresponds to the 'path_output'
# parameter of the 'fasttext_interface()'. Therefore the user has
# to run first the 'fasttext_interface()' function to save the
# 'progress_data.txt' file to the desired folder.
#-----------------------------------------------------------------
res = plot_progress_logs(path = file.path(tempdir(), "progress_data.txt"),
plot = TRUE)
}
Run the code above in your browser using DataLab