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

29
README.Rmd Normal file
View File

@@ -0,0 +1,29 @@
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# AVSDevR.UserFrosting
<!-- badges: start -->
<!-- badges: end -->
The goal of AVSDevR.UserFrosting is to provide integration with UserFrosting v4 for R Shiny projects. Included methods allow for calling API's provided by UF, fetching user details and wrapping a shiny app in a UF style dashboard.
## Installation
You can install the development version of AVSDevR.UserFrosting like so:
``` r
remotes::install_git("https://git.avsdev.uk/R/AVSDevR.UserFrosting")
```