官术网_书友最值得收藏!

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: "You can load the Bike Sharing data file into the R environment by using the read.csv() function."

A block of code is set as follows:

bike$holiday <- factor(bike$holiday, levels = c(0, 1),
                       labels = c("no", "yes"))
bike$workingday <- factor(bike$workingday, levels = c(0, 1),
                          labels = c("no", "yes"))

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

query <- "SELECT * FROM marketing" 
bike <- sqlQuery(connection, query) 
close(connection)

Any command-line input or output is written as follows:

[1] TRUE

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: "RStudio will automatically create a ui.R and server.R file, if you create a new project and choose New Directory and Shiny Web Application as the type."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 高邑县| 永修县| 井冈山市| 鹤峰县| 洛宁县| 佳木斯市| 松溪县| 无锡市| 武汉市| 濮阳市| 奉化市| 盐亭县| 卫辉市| 宜州市| 乌审旗| 惠水县| 上蔡县| 神农架林区| 芮城县| 右玉县| 灵山县| 郓城县| 白河县| 临沂市| 伊通| 祁东县| 河北区| 剑阁县| 油尖旺区| 合川市| 蒙城县| 中超| 黔西县| 苏尼特右旗| 高陵县| 会理县| 邵武市| 广元市| 项城市| 岳池县| 福鼎市|