View source: R/get_graph_time.R
get_graph_time | R Documentation |
Get the time and timezone for a graph object of class dgr_graph
.
get_graph_time(graph)
graph |
A graph object of class |
A single-length POSIXct
vector with the assigned graph time.
# Create an empty graph and
# set the graph's time; if nothing
# is supplied for the `tz` argument,
# `GMT` is used as the time zone
graph <-
create_graph() %>%
set_graph_time(
time = "2015-10-25 15:23:00")
# Get the graph's time as a POSIXct
# object using `get_graph_time()`
graph %>% get_graph_time()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.