## If you've made any edits to the Excel template, rebuild package first
## (Cmd+Shift+B) to capture these, then run the below.
library(datapackr)
datapack_template_filepath <- rprojroot::find_package_root_file("inst/extdata/COP24_PSNUxIM_Template.xlsx")
cop24_psnuxim_schema <-
unPackSchema(
template_path = datapack_template_filepath,
tool = "PSNUxIM Tool Template",
cop_year = 2024)
waldo::compare(datapackr::cop24_psnuxim_schema, cop24_psnuxim_schema)
#TODO: May need to redo this whole process for the cop23_psnuxim_schema too
checkSchema(schema = cop24_psnuxim_schema,
template_path = datapack_template_filepath,
cop_year = 2024,
tool = "PSNUxIM Tool")
usethis::use_data(cop24_psnuxim_schema, overwrite = TRUE, compress = "xz")
## Rebuild package again. (Cmd+Shift+B)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.