Skip to content

MUSA-620-Spring-2018/MUSA-620-Week-13

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MUSA-620-Week-13

Shinyapps.io

Shinyapps is a service for hosting your shiny apps on the web.

First register for a free hosting plan.

In R Studio, install the rsconnect package and load it in your session.

library(rsconnect)

Using the information provided when you set up your account, run setAccountInfo().

setAccountInfo(name="<ACCOUNT>", token="<TOKEN>", secret="<SECRET>")

Run deployApp() to deploy your app to the web.

deployApp()

See an example app here: https://musa620.shinyapps.io/myshiny/

Full instructions

Leaflet legend fix. Add the code below to your Shiny UI.

tags$style(type="text/css", "div.info.legend.leaflet-control br {clear: both;}"),

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages