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

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)
主站蜘蛛池模板: 铜鼓县| 黄梅县| 凤翔县| 宜黄县| 七台河市| 城口县| 内乡县| 常宁市| 平湖市| 东光县| 穆棱市| 柯坪县| 岐山县| 东安县| 虞城县| 大兴区| 绥滨县| 昂仁县| 安多县| 克什克腾旗| 呼伦贝尔市| 博野县| 昌平区| 芜湖县| 邢台市| 泽库县| 井陉县| 纳雍县| 调兵山市| 阳新县| 布尔津县| 平昌县| 明水县| 平邑县| 乌苏市| 兴宁市| 屏东市| 威宁| 蓝田县| 沙洋县| 阿巴嘎旗|