- Hands-On Exploratory Data Analysis with R
- Radhika Datar Harish Garg
- 75字
- 2021-06-24 14:10:40
readr read functions
readr has six read functions that support reading data from six different file formats. These are as follows:
- read_csv(): CSV files
- read_tsv(): Tab-separated files
- read_delim(): General delimited files
- read_fwf(): Fixed-width files
- read_table(): Tabular files where columns are separated by white-space
- read_log(): Web log files
Let's look at an example for each of these packages. We have already had a look at the read_csv method. Now let's move on to the read_tsv method.
推薦閱讀
- 輕松學(xué)Java Web開發(fā)
- 教父母學(xué)會上網(wǎng)
- 工業(yè)機(jī)器人工程應(yīng)用虛擬仿真教程:MotoSim EG-VRC
- 工業(yè)機(jī)器人入門實用教程(KUKA機(jī)器人)
- 21天學(xué)通Visual Basic
- Hybrid Cloud for Architects
- Java Web整合開發(fā)全程指南
- Photoshop行業(yè)應(yīng)用基礎(chǔ)
- Learning ServiceNow
- PLC與變頻技術(shù)應(yīng)用
- Mastering Exploratory Analysis with pandas
- 電氣控制及Micro800 PLC程序設(shè)計
- 系統(tǒng)安裝、維護(hù)與數(shù)據(jù)備份技巧
- 輸送技術(shù)、設(shè)備與工業(yè)應(yīng)用
- R Statistics Cookbook