R/edgesdata.R

#' Edges for the Tinkerpop graph example
#'
#'Two data frames, one for Vertex and Another with edges between those vertex from the example of Tinkerpop tutorial.
#' @docType data
#'
#'
#' @usage data(Edges)
#'
#' 
#'
#' @keywords datasets
#'

#'
#' @source \href{http://tinkerpop.apache.org/docs/current/reference/}{ Archive}
#'
#' @examples
#' data(Vertex)
#' content <- head(vertex)
#'
#'

"Edges"
dietrichson/NeptuneR documentation built on Sept. 1, 2019, 6:31 p.m.