#'@title Test une valeur si il existe dans une colonne
#'
#'
#'@return : Application Sudoku
#'@author AIT MOULAY ABDERRAHIM
#'@import thematic
#'
#'@export
#'
#'
Application <- function() {
appDir <- system.file('Sudoku', package = "sudokugr4")
shiny::runApp(appDir)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.