app: Expose Shiny app object

This commit is contained in:
Elias Projahn 2025-03-05 15:31:49 +01:00
parent 6f84555b9f
commit 13b3c2b119
4 changed files with 40 additions and 4 deletions

View file

@ -17,3 +17,6 @@ run_app(host = "127.0.0.1", port = 3464, custom_dataset = NULL)
\description{
Run the application server.
}
\seealso{
\code{\link[=app]{app()}} for retrieving a Shiny app object.
}