Skip to content

Commit

Permalink
docs: missing return values
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed Oct 25, 2023
1 parent 347eb58 commit f898993
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/graph.R
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,9 @@ giant_component <- function(graph){
#' @param return_df Logical: return an interaction data frame instead of an
#' igraph object.
#'
#' @return A network data frame or an igraph object, depending on the
#' ``return_df`` parameter.
#'
#' @importFrom magrittr %>% %<>%
#' @importFrom igraph ego induced_subgraph
#' @export
Expand Down
2 changes: 2 additions & 0 deletions R/id_mapping.R
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ uniprot_id_mapping_table <- function(

#' ID types available in the UniProt ID Mapping service
#'
#' @return A data frame listing the ID types.
#'
#' @examples
#' uniprot_idmapping_id_types()
#'
Expand Down
4 changes: 4 additions & 0 deletions man/subnetwork.Rd

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

3 changes: 3 additions & 0 deletions man/uniprot_idmapping_id_types.Rd

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

0 comments on commit f898993

Please sign in to comment.