--- output: github_document --- ```{r, include = FALSE} knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" ) ``` # AVSDevR.UserFrosting 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") ```