## ----setup, include=FALSE----------------------------------------------------- knitr::opts_chunk$set(collapse = TRUE, comment = "#>") ## ----eval=FALSE--------------------------------------------------------------- # library(hirisplexr) # prefix <- "/path/to/your/prefix" # without extension # outfile <- tempfile(fileext = ".csv") # write_hirisplex_csv(prefix, panel = "hirisplexs", out = outfile) ## ----------------------------------------------------------------------------- # Inspect packaged panel metadata loader <- getFromNamespace(".load_hirisplex_panels", "hirisplexr") head(loader()) ## ----------------------------------------------------------------------------- sessionInfo()