library(rsx)
#>
#> Attaching package: 'rsx'
#> The following object is masked from 'package:stats':
#>
#> decompose
Appsilon’s {rhino} package uses an opinionated folder structure for
Shiny applications, with an application’s entrypoint being in its
app.R
file:
Rhino eventually uses ui
and server
objects
from app/main.R
as the entry point, so rsx_ui
and rsx_module_server
must be used in order to setup
{rsx}.