Skip to content

Commit

Permalink
link resources
Browse files Browse the repository at this point in the history
  • Loading branch information
tsnelsen committed Oct 18, 2021
1 parent af7e47f commit db71608
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions 01-intro-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ In a shiny application like in the [The California Weather Web-Tool](https://sma

For a full understanding of how shiny applications work and all the different options available to creators there are many good resources.

https://shiny.rstudio.com/tutorial/

https://www.r-bloggers.com/2021/04/the-best-resources-for-learning-shiny-app-development/
<a href = "https://shiny.rstudio.com/tutorial/" target="_blank">https://shiny.rstudio.com/tutorial/</a>
<a href = "https://www.r-bloggers.com/2021/04/the-best-resources-for-learning-shiny-app-development/" target="_blank">https://www.r-bloggers.com/2021/04/the-best-resources-for-learning-shiny-app-development/</a>

## Next steps

Expand Down
3 changes: 1 addition & 2 deletions 02-googleway-shiny-maps.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,7 @@ ui <- dashboardPage(
## Resources
https://cran.r-project.org/web/packages/googleway/vignettes/googleway-vignette.html
<a href = "https://cran.r-project.org/web/packages/googleway/vignettes/googleway-vignette.html" target="_blank">https://cran.r-project.org/web/packages/googleway/vignettes/googleway-vignette.html</a>
## Next steps
Expand Down
2 changes: 1 addition & 1 deletion 03-leaflet-shiny-maps.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,4 +312,4 @@ title = "Interactive Maps"

## Resources

https://rstudio.github.io/leaflet/
<a href = "https://rstudio.github.io/leaflet/" target="_blank">https://rstudio.github.io/leaflet/</a>

0 comments on commit db71608

Please sign in to comment.