Skip to content

Commit 37a2708

Browse files
committed
roxygen escapes % now
1 parent d6a95cf commit 37a2708

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/embed.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#' Embed a plot as an iframe into a Jupyter Notebook
22
#' @param x a plotly object
33
#' @param width attribute of the iframe. If `NULL`, the width in
4-
#' `plot_ly` is used. If that is also `NULL`, '100\%' is the default.
4+
#' `plot_ly` is used. If that is also `NULL`, '100%' is the default.
55
#' @param height attribute of the iframe. If `NULL`, the height in
66
#' `plot_ly` is used. If that is also `NULL`, '400px' is the default.
77
#' @param file deprecated.

man/embed_notebook.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)