get_session_files | R Documentation |
A helper to retrieve the paths to the original annotation data, the updated files after each classification iteration, the Document Term Matrix, the results summaries and the Bayesian posterior samples.
get_session_files( session_name, sessions_folder = getOption("baysren.sessions_folder", "Sessions"), which = c("Records", "Annotations", "DTM", "Samples", "Results") )
session_name |
The name of the session. |
sessions_folder |
The folder in which all sessions are stored. It can be
initialized with the |
which |
Which resource is required. The default is all of them. |
A list of vectors of file paths.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.