Skip to content

Commit c593cca

Browse files
author
James Pooley
authored
Add missing "as" (hadley#171)
Also removed comma because seemed to disrupt the flow of the sentence
1 parent 71edda1 commit c593cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action-transfer.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ Note the use of `validate()` to only allow the user to download datasets that ar
188188

189189
### Downloading reports
190190

191-
As well downloading data, you may want the users of your app to download a report, that summarises the result of interactive exploration in the Shiny app. This is quite a lot of extra work, because you also need to display the same information in a different format, but it is very useful for high-stakes apps.
191+
As well as downloading data, you may want the users of your app to download a report that summarises the result of interactive exploration in the Shiny app. This is quite a lot of extra work, because you also need to display the same information in a different format, but it is very useful for high-stakes apps.
192192

193193
One powerful way to generate such a report is with a parameterised RMarkdown document, <https://bookdown.org/yihui/rmarkdown/parameterized-reports.html>. A parameterised RMarkdown file has a `params` field in the YAML metadata:
194194

0 commit comments

Comments
 (0)