8000 cran: add missing value in doc · FRBCesab/chessboard@665a01f · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
cran: add missing value in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ahasverus committed Oct 13, 2023
1 parent d669e2b commit 665a01f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
7 changes: 6 additions & 1 deletion R/append_edge_lists.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@
#'
#' @param ... one or several edge lists `data.frame`. Outputs of the function
#' [create_edge_list()].
#'
#'
#' @return A `data.frame` with `n` rows (where `n` is the total number of edges)
#' and the following two columns:
#' - `from`: the node label of one of the two endpoints of the edge
#' - `to`: the node label of the other endpoint of the edge
#'
#' @export
#'
#' @examples
Expand Down
8 changes: 8 additions & 0 deletions man/append_edge_lists.Rd

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

0 comments on commit 665a01f

Please sign in to comment.
0