Nothing
#' Start calms
#' @title Launch calms User Interface
#' @name run_calms
#' @return Nothing
#' @description run_calms() loads interactive user interface built using R shiny.
#' @details The interactive user interface is to provide an easy way for people who are not comfortable with the R command line system. Includes example data for demonstration.
#' @concept latent means
#' @concept propensity matching
#' @concept measurement invariance
#' @concept structural invariance
#' @examples
#' if (interactive()){
#' run_calms()
#' }
#' @export
run_calms <- function() {
shiny::runApp(appDir = system.file("app", package="calms"))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.