UserFrosting API, Database, widgets and server code all added
This commit is contained in:
24
man/ufServer.Rd
Normal file
24
man/ufServer.Rd
Normal file
@@ -0,0 +1,24 @@
|
||||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/widgets.R
|
||||
\name{ufServer}
|
||||
\alias{ufServer}
|
||||
\title{Populates the UserFrosting UI elements with the authenticated UF user for
|
||||
this session}
|
||||
\usage{
|
||||
ufServer(input, output, session, ufApi, ...)
|
||||
}
|
||||
\arguments{
|
||||
\item{input}{Shiny inputs}
|
||||
|
||||
\item{output}{Shiny outputs}
|
||||
|
||||
\item{session}{Shiny session}
|
||||
|
||||
\item{ufApi}{UserFrosting API instance}
|
||||
|
||||
\item{...}{Masks any additional parameters not used by this server instance}
|
||||
}
|
||||
\description{
|
||||
Populates the UserFrosting UI elements with the authenticated UF user for
|
||||
this session
|
||||
}
|
||||
Reference in New Issue
Block a user