R/imoodleR.R

#' shinymoodlequizR 
#' 
#' This function runs the moodlequizR shiny app
#' @return None
#' @export

shinymoodlequizR = function () 
{
    shiny::runApp(system.file('shinymoodlequizR', package='moodlequizR'))
    
}

Try the moodlequizR package in your browser

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

moodlequizR documentation built on May 29, 2024, 9:12 a.m.