File: html_notebook_metadata.Rd

package info (click to toggle)
r-cran-rmarkdown 1.11%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 8,228 kB
  • sloc: sh: 24; makefile: 10
file content (16 lines) | stat: -rw-r--r-- 498 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/html_notebook_output.R
\name{html_notebook_metadata}
\alias{html_notebook_metadata}
\title{Generate R Notebook Metadata}
\usage{
html_notebook_metadata(iframe = TRUE)
}
\arguments{
\item{iframe}{Boolean; should output be shown in an \code{<iframe>}?}
}
\description{
A structured helper for the construction of metadata used by the
R Notebook output functions. See \code{\link{html_notebook_output}} for
more details.
}