- Web Application Development with R Using Shiny(Second Edition)
- Chris Beeley
- 198字
- 2021-07-23 14:31:23
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "We can see the separation of input code sliderInput()
and output code renderPlot()
."
A block of code is set as follows:
conditionalPanel( condition = "input.theTabs == 'trend'", checkboxInput("smooth", label = "Add smoother?", # add smoother value = FALSE) )
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
tabPanel("Trend", plotOutput("trend"),
value = "trend")
Any command-line input or output is written as follows:
> runGitHub("basicGoogleAnalytics2ndEdition", "ChrisBeeley")
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Navigate to File | New | R Markdown | New document and enter the code."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- AngularJS Testing Cookbook
- Java Web開發之道
- 實用防銹油配方與制備200例
- Python進階編程:編寫更高效、優雅的Python代碼
- Effective Python Penetration Testing
- Machine Learning in Java
- Rust游戲開發實戰
- Spring MVC+MyBatis開發從入門到項目實踐(超值版)
- Nagios Core Administration Cookbook(Second Edition)
- 深入大型數據集:并行與分布化Python代碼
- Mastering Unity 2017 Game Development with C#(Second Edition)
- 瘋狂Ajax講義(第3版)
- SQL Server 2008數據庫應用技術(第2版)
- C語言解惑:指針、數組、函數和多文件編程
- 軟件工程實用教程 (第3版)