Skip to content

Commit

Permalink
bug fix + improved documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-sheridan committed Oct 17, 2023
1 parent f6f3767 commit 9d046fa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions R/def_collection.R
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,11 @@ Collection <- R6::R6Class(
#' @description
#' return The path of the st.txt collection file. This is the file path as
#' it occurs on the Theme Ontology GitHub repository at
#' \url{https://github.com/theme-ontology/theming}.
#' \url{https://github.com/theme-ontology/theming}. If the collection was
#' read in from a string or is being hosted locally, then NULL is
#' returned.
source = function() {
private$story %>% pull(.data$source)
private$collection %>% pull(.data$source)
},
#' @description
#' return A length-one numeric vector containing the number of stories in
Expand Down

0 comments on commit 9d046fa

Please sign in to comment.