#' Filter reviews
#'
#' @param data Reactive function brings back all the Comments with selected rating
#'
#' @return Brings back all the comments with selected rating
#' @export
#'
#' @examples
filter_reviews <- function (data) {shiny::reactive({ dplyr::reviws %>%
filter(reviws$Score %in% input$Ratings)})
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.