save_records_interactive {textAnnotatoR}R Documentation

Display interactive dialog for saving annotation records

Description

Creates and displays a modal dialog that allows users to save their annotation records in either CSV or JSON format. Provides options for filename and directory selection.

Usage

save_records_interactive(rv, input, session, volumes)

Arguments

rv

ReactiveValues object containing the application state

input

Shiny input object

session

Shiny session object

volumes

List of available storage volumes for directory selection

Value

Invisible NULL, called for side effects


[Package textAnnotatoR version 0.1.4 Index]