From 095c814d51f487ac2652239d28b582f425da2733 Mon Sep 17 00:00:00 2001 From: chriddyp Date: Fri, 31 Jul 2015 11:02:52 -0400 Subject: [PATCH] add .embed to iframe --- R/print.R | 2 +- inst/.Rapp.history | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 inst/.Rapp.history diff --git a/R/print.R b/R/print.R index 8331e567cc..f1ed44067f 100644 --- a/R/print.R +++ b/R/print.R @@ -103,5 +103,5 @@ embed_notebook <- function(x, width = "100%", height = "525") { plotly_iframe <- function(url, width, height) { paste("", sep="") + url, ".embed\" width=\"", width, "\" frameBorder=\"0\">", sep="") } diff --git a/inst/.Rapp.history b/inst/.Rapp.history new file mode 100644 index 0000000000..e69de29bb2