Skip to content

Commit

Permalink
Improve documentation of returned data.frame
Browse files Browse the repository at this point in the history
  • Loading branch information
damianooldoni committed Jun 26, 2024
1 parent 87f93d6 commit b3c8d16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion R/get_table_pathways.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
#' @param species_names character. Name of the column of \code{df} containing
#' information about species names. Default: \code{"canonicalName"}.
#'
#' @return a data.frame
#' @return a data.frame with 4 columns: `pathway_level1`, `pathway_level2`, `n`
#' (number of taxa) and `examples`.
#' @export
#' @importFrom dplyr %>% .data
#' @examples
Expand Down
3 changes: 2 additions & 1 deletion man/get_table_pathways.Rd

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

0 comments on commit b3c8d16

Please sign in to comment.