R/app_server.R

Defines functions app_server

#' The application server-side
#'
#' @param input,output,session Internal parameters for {shiny}.
#'     DO NOT REMOVE.
#' @import shiny
#' @noRd
app_server <- function(input, output, session) {
  # Your application server logic
}

Try the ggpca package in your browser

Any scripts or data that you put into this service are public.

ggpca documentation built on April 3, 2025, 10:28 p.m.