- 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 as the type."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- 腦動力:C語言函數速查效率手冊
- Python Artificial Intelligence Projects for Beginners
- CSS全程指南
- Expert AWS Development
- JMAG電機電磁仿真分析與實例解析
- Hands-On Machine Learning with TensorFlow.js
- 大數據挑戰與NoSQL數據庫技術
- Windows 7寶典
- Kubernetes for Developers
- 筆記本電腦維修90個精選實例
- 電子設備及系統人機工程設計(第2版)
- 數據要素:全球經濟社會發展的新動力
- Generative Adversarial Networks Projects
- 工程地質地學信息遙感自動提取技術
- 電機與電力拖動