October 2015
Beginner to intermediate
246 pages
4h 55m
English
UIs from plain HTML, require firstly that the HTML file is stored in the www folder and secondly, that the file is named as index.html. Naturally, creating a whole interface in HTML without any of Shiny's UI functionality requires considerable experience in web programming. For this reason, in this section, we are going to reproduce Example 1 only, but with an HTML file instead of an UI.R file.
In order to do this, create a copy of Example 1 folder as follows:
index.html ...Read now
Unlock full access