From 35bb35e52d5f485ef0b0354856f5b55f293d9b34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Todor=20Kondi=C4=87?= <todor.kondic@uni.lu> Date: Tue, 21 Sep 2021 10:53:50 +0200 Subject: [PATCH] app, man: Update docs --- R/api.R | 4 ++-- man/app.Rd | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 2 deletions(-) create mode 100644 man/app.Rd diff --git a/R/api.R b/R/api.R index 954b22b..2f9e5f2 100644 --- a/R/api.R +++ b/R/api.R @@ -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()) { diff --git a/man/app.Rd b/man/app.Rd new file mode 100644 index 0000000..cf673be --- /dev/null +++ b/man/app.Rd @@ -0,0 +1,34 @@ +% 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ć +} -- GitLab