Skip to content

Commit

Permalink
Merge pull request #49 from NIFU-NO/dev
Browse files Browse the repository at this point in the history
removed subset_vector
  • Loading branch information
sda030 authored Jul 28, 2024
2 parents e4521d9 + 71d0fce commit 22102c0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 127 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ export(get_chunk_template_defaults)
export(get_raw_labels)
export(is_string)
export(refine_chapter_overview)
export(subset_vector)
importFrom(rlang,"!!!")
importFrom(rlang,":=")
90 changes: 0 additions & 90 deletions R/subset_vector.R

This file was deleted.

8 changes: 4 additions & 4 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ template:


reference:
- title: "Useful helper functions that will be later moved to respective packages"
contents:
- refine_chapter_overview
- title: "Main use"
desc: >
The only functions you will probably use, in the order listed
Expand All @@ -13,9 +16,6 @@ reference:
desc: "You would need to create these two types of data frames."
contents:
- starts_with("ex_survey")
- title: "Useful helper functions that will be later moved to respective packages"
contents:
- refine_chapter_overview
- title: "Internal functions"
contents:
- matches("get_raw_labels|is_string|subset_vector|filename_sanitizer")
- matches("get_raw_labels|is_string|filename_sanitizer")
32 changes: 0 additions & 32 deletions man/subset_vector.Rd

This file was deleted.

0 comments on commit 22102c0

Please sign in to comment.