Coder Social home page Coder Social logo

ggshinyapp's Introduction

ggShinyApp

This R Shiny application is designed customize graphing themes for ggplot2. Once the theme is customized to your liking, you can download an R script to distribute to any R users in your organization. The main script is ggplot_styling.R, which must be run once per R session in order to set custom themes for all ggplot graphs. installation_script.R needs to be run once per user (it installs packages and pulls in system fonts).

This application can be run two ways, either locally on your computer or as a hosted shinyapp.

####Running locally

#####To install:

  • Run the following commands in your R terminal/ environment.
install.packages(c('shiny','ggplot2','reshape2','RColorBrewer','plyr','stringr','extrafont'))
library(extrafont)
font_import()
loadfonts()
  • Clone this repository, and set your R working directory to the cloned repo's parent directory.
  • In R, run runApp('ggShinyApp') to launch the app.

#####To run:

  • The application will open in your browser. You can use the tabs, drop down menus, and other inputs to customize the example ggplot.
  • When you're happy with the theme, use the download links to download the customization scripts.

####Running hosted version You can see a hosted version of the app at https://bchartoff.shinyapps.io/ggShinyApp/. This version functions the same as the local version with one exception, it does not import your local system fonts (or any fonts, actually). If you'd like to change fonts with your theme you can either:

  • use the local version, or
  • download the script generated by the hosted version, and manually change the theme_update() function from, for example:
axis.text = element_text(family = NULL...

to

axis.text = element_text(family = "Arial"...

I'm open to issues, pull requests, or comments!

ggshinyapp's People

Contributors

bchartoff avatar zhanxw avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.