#' Select Diameter
#'
#' @param id Identification
#' @param marke "VAG","ERHARD","AVK", "ACMO"
#'
#' @return selectInput for UI
#' @export
select_cylinder <- function(id, marke){
gpv_data <- cylinder_parameter(marke)
cylindertyp <- unique(gpv_data$cyl_name)
shiny::selectInput(id, label = "Cylinder Typ:", choices = cylindertyp )
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.