R/ShinyWoRdle.R

Defines functions ShinyWoRdle

Documented in ShinyWoRdle

#' @title Shiny App to Play WoRdle
#'
#' @description An interactive Shiny application for playing WoRdle
#'
#' @examples
#'
#' if(interactive())
#' {ShinyWoRdle()}
#'
#'
#' @export
# Shiny app for Wordle----
# Updated 18.01.2022
ShinyWoRdle <- function()
{
  shiny::runApp(appDir = system.file("ShinyWoRdle", package="SemNetDictionaries"))
}

Try the SemNetDictionaries package in your browser

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

SemNetDictionaries documentation built on June 8, 2025, 9:40 p.m.