Skip to content

Commit

Permalink
docs: remove broken example from graph_from_graphdb() manual page (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle authored Jan 7, 2025
1 parent a1f5c40 commit 77fc65d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
12 changes: 0 additions & 12 deletions R/foreign.R
Original file line number Diff line number Diff line change
Expand Up @@ -597,18 +597,6 @@ write.graph.dot <- function(graph, file, ...) {
#' @family foreign
#' @export
#' @keywords graphs
#' @section Examples:
#' \preformatted{
#' g <- graph_from_graphdb(prefix="iso", type="r001", nodes=20, pair="A",
#' which=10, compressed=TRUE)
#' g2 <- graph_from_graphdb(prefix="iso", type="r001", nodes=20, pair="B",
#' which=10, compressed=TRUE)
#' isomorphic(g, g2, method = "vf2") \% should be TRUE
#' g3 <- graph_from_graphdb(url=paste(sep="/",
#' "http://cneurocvs.rmki.kfki.hu",
#' "graphdb/gzip/iso/bvg/b06m",
#' "iso_b06m_m200.A09.gz"))
#' }
graph_from_graphdb <- function(url = NULL,
prefix = "iso", type = "r001", nodes = NULL, pair = "A", which = 0,
base = "http://cneurocvs.rmki.kfki.hu/graphdb/gzip",
Expand Down
15 changes: 0 additions & 15 deletions man/graph_from_graphdb.Rd

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

0 comments on commit 77fc65d

Please sign in to comment.