-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtutorial_AM1.html
90 lines (64 loc) · 4.08 KB
/
tutorial_AM1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" media="screen" href="ourstylesheet.css">
<link rel="icon" type="image/x-icon" href="wombat-icon-web.ico">
<meta property="og:image" content="tutorial_AM1_hero.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1250" />
<meta property="og:image:height" content="654" />
<title>WOMBAT: Workshop organised by Monash Business Analytics Team</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<img src="wombat-icon-web.png" align="right" width="300">
<h1 id="project_title"> Open the World with Open Source</h1>
<h2 id="project_tagline" > <a href="https://numbats.github.io/WOMBAT2024/" > Workshop Organised by the Monash Business Analytics Team (WOMBAT) </a> </h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<hr>
<h2> Tutorial AM 1: Oct 21 9:00-12:30 </h2>
<strong> Interactive web applications with Shiny for R </strong> <br>
<img src="tutorial_AM1_hero.png" alt="Shiny tutorial opengraph image" />
<br>
<strong> Presenter </strong>
<br>
<p><a href="https://www.mitchelloharawild.com">Mitchell O’Hara-Wild</a> (he/him) is an award-winning teaching associate at Monash University and consultant at Nectric with particular expertise in forecasting, data analysis and statistical computing using R. He regularly uses Shiny in consulting projects to rapidly prototype, develop and deploy interactive web apps for various industry, academic and government clients. Mitchell is a prominent contributor to the R package ecosystem, and is passionate about empowering everyone to explore their world wworkshopith interactive data analysis tools.</p>
<br>
<strong> Tutorial details </strong>
<br>
<p>In just 3 hours, this tutorial will introduce the basics of creating shiny web applications. The best way to learn <em>interactive</em> web applications is <em>interactively</em>, so throughout the tutorial you'll have hands on experience with creating, debugging and publishing apps. Starting from just R basics, learn how to create shiny apps - including creating a UI, reactive programming, input validation, extension packages and app publishing!</p>
<p>Core learning objectives include:</p>
<ul>
<li>Create a simple user interface including dashboards</li>
<li>Understand reactive programming for Shiny server code</li>
<li>Use defensive programming to protect against malicious users</li>
<li>Publish applications online with docker and/or <a href="http://shinyapps.io">shinyapps.io</a></li>
</ul>
<p>Additional information can be found on the tutorial website here: <br>
<a href="https://workshop.nectric.com.au/shiny-wombat24/">https://workshop.nectric.com.au/shiny-wombat24/</a></p>
<br>
<strong> Background </strong>
<br>
<p>This tutorial is suitable for R users needing to share data and results in interactive web applications. There is no need for prior experience in website development or shiny to get the most out of this tutorial. This tutorial is packed with content, and so familiarity with writing R code is essential. Some familiarity with tidyverse packages including dplyr and ggplot2 would also be beneficial to fully understand the demonstrated apps. If you are unfamiliar with writing R code or using the tidyverse, consider working through the learnr materials here: <a href="http://learnr.numbat.space/">https://learnr.numbat.space/</a>.</p>
<br>
<span style="color: #D93F00; font-size: 120%;"> Register </span> for this tutorial <strong style="font-size: 120%;"> <a href="https://events.humanitix.com/wombat-2024-day-1">here</a>. </strong> </p>
<br>
<br>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
Copyright ©2015-2024 Monash University</p>
</footer>
</div>
</body>
</html>