Skip to content

Commit

Permalink
Remove count_alliance_records(), record_lvl incorrect options
Browse files Browse the repository at this point in the history
Closes issue #8
  • Loading branch information
allenbaron committed Oct 22, 2022
1 parent 064b4b8 commit 3c39113
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions R/alliance.R
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,8 @@ read_alliance <- function(alliance_tsv) {
#' @param by_type logical indicating whether to count by Alliance object type
#' (i.e. gene, allele, model)
#' @param pivot logical indicating whether to pivot values to type columns;
#' ignored if by_type = FALSE
#' @param record_lvl a string indicating the desired specificity of records;
#' one of "disease-object", "unique", or "object"
#' ignored if by_type = FALSE.
#' @param record_lvl a string indicating the desired specificity of records.
#' @param assign_to how to assign records when counting; one of "species" or
#' "curator" (i.e. the organization responsible for curating the record)
#'
Expand Down
5 changes: 2 additions & 3 deletions man/count_alliance_records.Rd

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

0 comments on commit 3c39113

Please sign in to comment.