inst/doc/limesurvey_api_setup.R

## ----eval=FALSE---------------------------------------------------------------
# usethis::edit_r_environ();

## ----eval=FALSE---------------------------------------------------------------
# 
# ### Load the LimeSurvey environment variables into your R session:
# 
# options(
#   lime_api =
#     paste0(
#       "https://", Sys.getenv("LIMESURVEY_HOST"), "/admin/remotecontrol"
#     )
#   );
# options(lime_username = Sys.getenv("LIMESURVEY_USER"));
# options(lime_password = Sys.getenv("LIMESURVEY_PW"));
# 

## ----eval=FALSE---------------------------------------------------------------
# usethis::edit_r_profile();

Try the limonaid package in your browser

Any scripts or data that you put into this service are public.

limonaid documentation built on June 10, 2025, 9:10 a.m.