import_delim_file: Process tibble of file contents

Description Usage Arguments Value Examples

View source: R/import.R

Description

Process tibble of file contents

Usage

1
import_delim_file(file, content, info)

Arguments

file

output of import_delim_path

content

vector: first and last column of content; default 2 to end

info

column containing information; default none

Value

tibble: renamed and cleaned file contents

Examples

1
2
3
4
5
6
## Not run: 
path <- system.file("extdata", "ex_anno.csv", package = "glacier")
file <- import_delim_path(path, ",", TRUE)
data <- import_delim_file(file, c(2, 4), 5)

## End(Not run)

lilin-yang/glacier documentation built on Oct. 3, 2020, 8:06 a.m.