save_annotated_text_interactive {textAnnotatoR} | R Documentation |
Display interactive dialog for saving annotated text
Description
Creates and displays a modal dialog that allows users to save their annotated text in either HTML or plain text format. Provides options for filename and directory selection.
Usage
save_annotated_text_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]