mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-29 03:00:45 -04:00
emit appropriate warnings in R Markdown mode; collect <head> contents
This commit is contained in:
15
man/getProvidedHtmlDependencies.Rd
Normal file
15
man/getProvidedHtmlDependencies.Rd
Normal file
@@ -0,0 +1,15 @@
|
||||
% Generated by roxygen2 (4.0.0): do not edit by hand
|
||||
\name{getProvidedHtmlDependencies}
|
||||
\alias{getProvidedHtmlDependencies}
|
||||
\title{Return HTML dependencies provided by Shiny}
|
||||
\usage{
|
||||
getProvidedHtmlDependencies()
|
||||
}
|
||||
\value{
|
||||
A list of objects of type \code{html_dependency}, one per dependency
|
||||
}
|
||||
\description{
|
||||
By default, Shiny supplies some framework scripts when it renders a page.
|
||||
\code{getProvidedHtmlDependencies} returns a list of those provided objects.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user