R/exampledata.R

#' Vertex  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(Vertex)
#' 
#'
#' 
#'
#' @keywords datasets
#'

#'
#' @source \href{http://tinkerpop.apache.org/docs/current/reference/}{ Archive}
#'
#' @examples
#' data(Vertex)
#' content <- head(vertex)
#'
#'
"Vertex"
dietrichson/NeptuneR documentation built on Sept. 1, 2019, 6:31 p.m.