- Hands-On Exploratory Data Analysis with R
- Radhika Datar Harish Garg
- 97字
- 2021-06-24 14:10:40
read_tsv method
The read_tsv method is quite similar to the read_csv method except for the fact that it is used to import tab-separated values. For example, here we have a dataset delimited by tabs:

A typical reading of TSV data will look as follows:
read_tsv("data.tsv")
These are the options for the read_tsv function:
read_tsv(file, col_names = TRUE, col_types = NULL, locale = default_locale(), na = c("", "NA"), quoted_na = TRUE, quote = "\"", comment = "", trim_ws = TRUE, skip = 0, n_max = Inf, guess_max = min(1000, n_max), progress = show_progress(), skip_empty_rows = TRUE)
推薦閱讀
- 課課通計算機原理
- 火格局的時空變異及其在電網防火中的應用
- Excel 2007函數與公式自學寶典
- ServiceNow Cookbook
- Google App Inventor
- CorelDRAW X4中文版平面設計50例
- 智能工業報警系統
- 現代機械運動控制技術
- 計算機網絡安全
- INSTANT Drools Starter
- Enterprise PowerShell Scripting Bootcamp
- INSTANT Heat Maps in R:How-to
- MATLAB-Simulink系統仿真超級學習手冊
- Introduction to R for Business Intelligence
- Web璀璨:Silverlight應用技術完全指南