View source: R/initialize_project.R
initialize_project()
is a side effect function. Must use it at the
beginning of the whole project, it will auto create three folder in your
working directory.
1 |
The purpose of each folder:
insight_matrix_set : The place store insight_matrix_set's rds file.
recommend_result : The place store the result list of recommendation.
stopword : The place tore the list of stop word.
If each folder has been created in the previous project, the function will also notify the folder already existed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.