Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

frameOptions

Options for widget's iframe.


Description

Taken from Pym.js Documentation. In addition also check out the iframe documentation.

Usage

frameOptions(xdomain = "*", title = NULL, name = NULL, id = NULL,
  allowfullscreen = FALSE, sandbox = NULL, lazyload = FALSE)

Arguments

xdomain

xdomain to validate messages received.

title

If passed it will be assigned to the iframe title attribute.

name

If passed it will be assigned to the iframe name attribute.

id

If passed it will be assigned to the iframe id attribute.

allowfullscreen

If TRUE it will set the iframe allowfullscreen attribute to true.

sandbox

If passed it will be assigned to the iframe sandbox attribute.

lazyload

If TRUE the child widget is lazy loaded using bLazy.js.


widgetframe

'Htmlwidgets' in Responsive 'iframes'

v0.3.1
MIT + file LICENSE
Authors
Bhaskar Karambelkar [aut, cre], Yihui Xie [ctb], NPR Visual Team [ctb, cph] (pym.js JavaScript library), Bjørn Klinggaard [ctb, cph] (bLazy.js JavaScript library)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.