Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hide some functions in pkgdown reference
Browse files Browse the repository at this point in the history
Aleksander Chlebowski committed Mar 7, 2024
1 parent b50af83 commit 94c7b79
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -24,14 +24,15 @@ reference:
- title: "`teal` filter-panel API"
desc: "Functions used initialize filter-panel and to modify its states."
contents:
- init_filtered_data
- set_filter_state
- get_filter_state
- get_filter_expr
- remove_filter_state
- clear_filter_states
- teal_slice
- teal_slices
- init_filtered_data
- get_filter_expr
- title: "internal"
contents:
- ends_with("_filter_state")
- ends_with(".teal_slice")
- ends_with(".teal_slices")
- title: "For developers"
subtitle: "R6 Classes"
desc: "Abstract and concrete classes used to build teal functionality."

1 comment on commit 94c7b79

@m7pr
Copy link
Contributor

@m7pr m7pr commented on 94c7b79 Mar 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

love the simplicity

Please sign in to comment.