import_database_file: Process tibble of database file contents

import_database_fileR Documentation

Process tibble of database file contents

Description

Process tibble of database file contents

Usage

import_database_file(data_file, content, info)

Arguments

data_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

E.PAGE-specific imported database

Examples

## Not run: 
data_path <- system.file("extdata", "ex_data.csv", package = "E.PAGE")
data_file <- import_delim_path(data_path, ",", FALSE)
data <- import_database_file(data_file, c(2, 4), 0)

## End(Not run)

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