Description Usage Arguments Value Examples
read gbd file
1
read_gbd(file)
file
Path to gbd data
list of header (list) and data (tibble)
1 2 3
gbd_data <- read_gbd(path_to_gbd_data) header <- gbd_data[["header"]] data <- gbd_data[["data"]]
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.