## Not run:
# graph = startGraph("http://localhost:7474/db/data/")
# clear(graph)
#
# alice = createNode(graph, "Person", name = "Alice")
# bob = createNode(graph, c("Person", "Student"), name = "Bob")
#
# dropLabel(alice, "Person")
# dropLabel(bob, all = TRUE)
#
# alice
# bob
# ## End(Not run)
Run the code above in your browser using DataLab