README.md

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.



jcrodriguez1989/shinyWYSIWYG documentation built on Nov. 12, 2020, 4:28 p.m.