Learn R Programming

bs4Dash (version 2.3.4)

app_container: Create container for bs4Dash demo app

Description

Container based on device.css

Usage

app_container(url, deps = FALSE)

Arguments

url

app URL. httr GET test is run before. If failed, function returns NULL.

deps

Whether to include marvel device assets. Default to FALSE. The first occurence must set deps to TRUE so that CSS is loaded in the page.