import_database_file: Process tibble of database file contents

Description Usage Arguments Value Examples

Description

Process tibble of database file contents

Usage

1
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

glacier-specific imported database

Examples

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

## End(Not run)

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