Benjamin Skinner

Results 5 issues of Benjamin Skinner

Is it possible to change the order in which `citeproc` is called so that it's after a filter? Specifically, I'm trying to use `pandoc-crossref` for figures/tables in my document, but...

Enhancement

It would be good to confirm that data pulled via the API matches the complete data files. There are a couple of ways to do this: ### Static data -...

Status: To Do

Add vignettes that show: - [ ] Pulling program-specific data - [ ] Figures or maps generated with pulled data

Status: To Do

`sc_select()` currently supports these tidy select helpers: - `starts_with()` - `ends_with()` - `contains()` - `matches()` - `everything()` Need to add support for: - [ ] `num_range()` (this may not be...

Status: To Do

Add unit tests for `convert_json_to_tibble()` in `utility_functions.R` file. - [ ] Create `test-json.R` in `./tests/testthat` - [ ] Create fake json string at top of file (or pull from small...

Status: To Do