jcrodriguez1989 / shinyWYSIWYG

ShinyApp: Shiny What You See Is What You Get (WYSIWYG) editor
28 stars 7 forks source link
design editor r shiny wysiwyg

ShinyWYSIWYG

Shiny What You See Is What You Get (WYSIWYG) editor

Features

Installation

ShinyWYSIWYG is currently only available as a GitHub package. To install it run the following from an R console:

if (!require("devtools"))
  install.packages("devtools")
devtools::install_github("jcrodriguez1989/shinyWYSIWYG")

Usage

From an R console type:

library("shinyWYSIWYG");

# will open the app in a web browser
shinyWYSIWYG();

Or visit the example app at shinyapps.io

Example

Watch the example video of how to create a Shiny app with ShinyWYSIWYG.