View source: R/inputs-spectrum.R
extract_pjnz_naomi | R Documentation |
If the .shiny90 file does not exist within the .PJNZ, the function will
silently not return values, even if extract_shiny90 = TRUE
.
extract_pjnz_naomi(pjnz_list, extract_shiny90 = TRUE)
pjnz_list |
Vector of filepaths to Spectrum PJNZ file. |
extract_shiny90 |
Logical; whether to attempt to extract .shiny90 zip |
A data.frame
with Spectrum indicators.
pjnz <- system.file("extdata/demo_mwi2019.PJNZ", package = "naomi")
spec <- extract_pjnz_naomi(pjnz)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.