Skip to content
Snippets Groups Projects
Unverified Commit 35bb35e5 authored by Todor Kondic's avatar Todor Kondic
Browse files

app, man: Update docs

parent 86718c6c
No related branches found
No related tags found
No related merge requests found
......@@ -667,8 +667,8 @@ report <- function(m) {
#' @param render_args `list`, optional list of arguments conveyed to
#' `rmarkdown::run` `render_args` argument.
#' @param indir `character(1)`, a location on the server side
#' containing data files.
#' @param userdir `character(1)`
#' containing data directories.
#' @param userdir `character(1)`, a location on the server side containing project directories.
#' @return Nada.
#' @author Todor Kondić
app <- function(shiny_args=list(launch.browser=F),render_args=NULL,indir=getwd(),userdir=getwd()) {
......
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/api.R
\name{app}
\alias{app}
\title{app}
\usage{
app(
shiny_args = list(launch.browser = F),
render_args = NULL,
indir = getwd(),
userdir = getwd()
)
}
\arguments{
\item{shiny_args}{\code{list}, optional list of arguments conveyed to
\code{rmarkdown::run} \code{shiny_args} argument.}
\item{render_args}{\code{list}, optional list of arguments conveyed to
\code{rmarkdown::run} \code{render_args} argument.}
\item{indir}{\code{character(1)}, a location on the server side
containing data directories.}
\item{userdir}{\code{character(1)}, a location on the server side containing project directories.}
}
\value{
Nada.
}
\description{
app
}
\author{
Todor Kondić
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment