read_gbd: read gbd file

Description Usage Arguments Value Examples

Description

read gbd file

Usage

1

Arguments

file

Path to gbd data

Value

list of header (list) and data (tibble)

Examples

1
2
3
gbd_data <- read_gbd(path_to_gbd_data)
header <- gbd_data[["header"]]
data <- gbd_data[["data"]]

whatalnk/readgbd documentation built on May 29, 2019, 2:02 a.m.