#' GradeCalculatorGUI
#'
#' Runs a Graphical User Interface to calculate your final degree
#'
#' @return shiny app
#' @export
#'
GradeCalculatorGUI <- function(){
shiny::runApp(system.file("shiny/App1", package = "MyPackage"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.