Nothing
as_data_frame_generic <- function(x) {
as.data.frame(x$as_data_frame())
}
#' @export
as.data.frame.DirectedGraph <- function(x, ...) {
as_data_frame_generic(x)
}
#' @export
as.data.frame.DirectedAcyclicGraph <- function(x, ...) {
as_data_frame_generic(x)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.