Learn R Programming

textAnnotatoR (version 1.0.1)

init_data_dir: Initialize data directory with user options

Description

Provides users with options for where to store annotation data:

  1. User's home directory (default R_user_dir location)

  2. Custom directory selected by the user

  3. Project-specific directory (for per-project storage)

Usage

init_data_dir(session)

Value

Character string containing the path to the selected data directory, or NULL if declined

Arguments

session

Shiny session object for displaying dialog