Create the URL string from user provided values for returning to the user.
Examples
build_url(
base = "https://curtin.au1.qualtrics.com/jfe/form/SV_eXLvfgMz58RktQa",
support_type = "S_D",
design_type = "D_SP",
analysis_type = "A_BIO",
aagi_node = "CU",
organisation_type = "O_ACA"
)
#> [1] "https://curtin.au1.qualtrics.com/jfe/form/SV_eXLvfgMz58RktQa?ST=S_D&DT=D_SP&AT=A_BIO&AN=CU&OT=O_ACA"