Code:
api_key = "XXXXXX";
gizmo_response = pullsg(XXXXX, api_key, completes_only=TRUE, clean=TRUE)
But I get the following error,
Error in pullsg(XXXXXXX, api_key, completes_only = TRUE, clean = TRUE) :
could not find function "pullsg"
Have downloaded these packages (knitr, devtools, dplyr, httr, shiny, tidyr, ggplot2, stringr, zoo, forcats,tidyverse and Rsurveygizmo)
Have also tried;
api_key <- "XXXXXX";
gizmo_response <- pullsg(XXXXX, api_key, completes_only=TRUE, clean=TRUE) but on execution same error 'function pullsg not found'.
Need suggestions! Thank you!