Skip to content

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

Notifications You must be signed in to change notification settings

jcrodriguez1989/shinyWYSIWYG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShinyWYSIWYG

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

Features

  • Create Shiny apps easily with this editor.

  • Helps to create the UI and the server.

  • Helps to learn how to develop Shiny apps.

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages