diff --git a/2016-11-25-shiny-1.md b/2016-11-25-shiny-1.md index e2fc3ff..1e5c63b 100644 --- a/2016-11-25-shiny-1.md +++ b/2016-11-25-shiny-1.md @@ -66,7 +66,7 @@ RStudio generates a template R script called `app.R`. Notice that the name given to your app was assigned to the directory, not the app script. For your app to work, the file must remain named `app.R`. -Creating a Shiny app with two files called `ui.R` and `server.R` is possible, but the same can be accomplished by using one file. This tutorial will assume you have the one file app structure. +It's possible to create a Shiny app with two files called `ui.R` and `server.R`, but the same can be accomplished by using one file. This tutorial will assume you have the one file app structure. Local data for your app needs to be stored in a directory called `Data` inside your app directory. When importing the data for use by `app.R` use the full file path, e.g.: