# NOT RUN {
# Create an empty graph
graph <- create_graph()
# Provide the new graph with a name
graph <-
set_graph_name(
graph,
name = "the_name")
# Get the graph's name
graph %>%
get_graph_name()
# }
Run the code above in your browser using DataLab