Files
AVSDevR.UserFrosting/README.md

21 lines
546 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!-- README.md is generated from README.Rmd. Please edit that file -->
# 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
APIs 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")
```