- Introduction to R for Business Intelligence
- Jay Gendron
- 222字
- 2021-08-20 10:34:35
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.
- 面向STEM的mBlock智能機(jī)器人創(chuàng)新課程
- Julia 1.0 Programming
- 數(shù)據(jù)挖掘?qū)嵱冒咐治?/a>
- 群體智能與數(shù)據(jù)挖掘
- Python Algorithmic Trading Cookbook
- 大數(shù)據(jù)挑戰(zhàn)與NoSQL數(shù)據(jù)庫(kù)技術(shù)
- 計(jì)算機(jī)網(wǎng)絡(luò)安全
- 聊天機(jī)器人:入門(mén)、進(jìn)階與實(shí)戰(zhàn)
- 空間機(jī)械臂建模、規(guī)劃與控制
- Mastering Exploratory Analysis with pandas
- 算法設(shè)計(jì)與分析
- 數(shù)據(jù)清洗
- Mastercam X5應(yīng)用技能基本功特訓(xùn)
- 實(shí)戰(zhàn)大數(shù)據(jù)(Hadoop+Spark+Flink):從平臺(tái)構(gòu)建到交互式數(shù)據(jù)分析(離線/實(shí)時(shí))
- 軟件需求十步走