import_delim_file: Process tibble of file contents

View source: R/import.R

import_delim_fileR Documentation

Process tibble of file contents

Description

Process tibble of file contents

Usage

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

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

## End(Not run)

AhmedMehdiLab/E.PAGE documentation built on Aug. 21, 2022, 4:37 p.m.