Skip to content

Commit

Permalink
document new option
Browse files Browse the repository at this point in the history
  • Loading branch information
aghaynes committed Sep 27, 2024
1 parent c7e615a commit a28f5ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions R/get_notes.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ concat_notes <- function(notes,
#' filter notes based on selected workpackages
#' @param notes list of notes from get_notes
#' @param selected_workpackages which packages have been selected
#' @param fte logical - whether to include full time equivalent
#' @export
notes_filter <- function(notes, selected_workpackages, fte){
if(length(notes) > 0){
Expand Down
4 changes: 3 additions & 1 deletion man/notes_filter.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a28f5ef

Please sign in to comment.