Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
d-callan committed Apr 16, 2024
1 parent e89cf19 commit 6c61e4c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/class-Megastudy.R
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ check_megastudy <- function(object) {
#' @slot data A data.table
#' @slot ancestorIdColumns A character vector of column names representing parent entities of the recordIdColumn.
#' @slot studySpecificVocabularies veupathUtils::StudySpecificVocabulariesByVariableList
#' @slot collectionIds A character vector of collection ids we expect. If none provided, they will be inferred from those present.
#' @slot collectionIds A data.table including collection ids and any variables of interest for the collection entity.
#' If none provided, the collection ids will be inferred from those present in `data`.
#'
#' @name Megastudy-class
#' @rdname Megastudy-class
Expand Down
5 changes: 5 additions & 0 deletions man/Megastudy-class.Rd

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

0 comments on commit 6c61e4c

Please sign in to comment.