You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

18 lines
386 B

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/shiny.R
\name{xmlviewOutput}
\alias{xmlviewOutput}
\title{Widget output function for use in Shiny}
\usage{
xmlviewOutput(outputId, width = "100\%", height = "400px")
}
\arguments{
\item{outputId}{outputId}
\item{width}{width}
\item{height}{height}
}
\description{
Widget output function for use in Shiny
}