get_session_files: Retrieve the path of the resources linked to a session.

get_session_filesR Documentation

Retrieve the path of the resources linked to a session.

Description

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.

Usage

get_session_files(
  session_name,
  sessions_folder = getOption("baysren.sessions_folder", "Sessions"),
  which = c("Records", "Annotations", "DTM", "Samples", "Results")
)

Arguments

session_name

The name of the session.

sessions_folder

The folder in which all sessions are stored. It can be initialized with the baysren.sessions_folder option.

which

Which resource is required. The default is all of them.

Value

A list of vectors of file paths.


bakaburg1/BaySREn documentation built on March 30, 2022, 12:16 a.m.