#' Phrasenet App
#'
#' A shiny app to build phrasenets
#'
#' @examples
#' if (interactive())
#' phrasenets_app()
#'
#' @export
phrasenets_app <- function() {
system.file("app/app.R", package = 'phrasenets') %>%
shiny::shinyAppFile()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.