UserFrosting API, Database, widgets and server code all added

This commit is contained in:
2026-02-03 13:01:07 +00:00
parent ff52d48095
commit 771ea0b5f5
24 changed files with 1579 additions and 5 deletions

24
man/ufServer.Rd Normal file
View 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
}