- 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.
- Rust編程:入門、實(shí)戰(zhàn)與進(jìn)階
- Building a Game with Unity and Blender
- 圖解Java數(shù)據(jù)結(jié)構(gòu)與算法(微課視頻版)
- Mastering QGIS
- 微服務(wù)設(shè)計(jì)原理與架構(gòu)
- SQL語言從入門到精通
- INSTANT CakePHP Starter
- 網(wǎng)店設(shè)計(jì)看這本就夠了
- Python:Master the Art of Design Patterns
- Python機(jī)器學(xué)習(xí)算法與實(shí)戰(zhàn)
- Scratch3.0趣味編程動(dòng)手玩:比賽訓(xùn)練營
- LabVIEW虛擬儀器入門與測控應(yīng)用100例
- Spring Boot實(shí)戰(zhàn)
- C# Multithreaded and Parallel Programming
- Extending Unity with Editor Scripting