Skip to contents

[Defunct]

list_surveys() is defunct. Use contactsurveys::list_surveys() instead.

Usage

list_surveys(clear_cache = FALSE)

Arguments

clear_cache

logical, whether to clear the cache before downloading the survey; by default, the cache is not cleared and so multiple calls of this function to access the same survey will not result in repeated downloads.

Value

Always errors.

Examples

# we recommend using the contactsurveys package now for listing surveys.
if (FALSE) { # \dontrun{
contactsurveys::list_surveys()
} # }