Files
AVSDevR.UserFrosting/man/ufServer.Rd

25 lines
595 B
R

% 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
}