A {golem}-based Shiny application that
wraps the AAGISurvey R package, providing a point-and-click interface for
generating pre-filled AAGI partner feedback survey URLs.
This does not replace {AAGISurvey}, but simply provides another user-friendly interface to it for creating survey URLs.
If you do not have {AAGISurvey} installed, it will be installed when you install {AAGISurveyApp}.
{AAGISurveyApp} is available through the R-Universe with pre-built binaries.
To get started:
options(
repos = c(
AAGI = 'https://aagi-aus.r-universe.dev',
CRAN = 'https://cloud.r-project.org'
)
)install.packages("AAGISurveyApp")Start R, it doesn't matter if it's RStudio, Positron, Nvim-R, an R console, VSCode, etc. but it should be a local session on your own computer. Once you've started R, load the library and launch the app.
library(AAGISurveyApp)
run_app()A new browser window or tab will open for you to click through and create the survey URL. Once complete and you've copied the URL you can click on the "Stop App" button in the upper right and close the browser window.
