list_distribution_links: List the survey links associated with a distribution

Description Usage Arguments Value Examples

View source: R/distributions.R

Description

Distribution links can only be generated for distribution ids associated with mailing lists. It is not possible to retrieve survey links for distributions to only one contact id.

Usage

1
list_distribution_links(distribution_id, survey_id)

Arguments

distribution_id

the distribution id

survey_id

the id of survey

Value

A tibble.

Examples

1
2
3
4
5
## Not run: 
 lst_distri <- list_distributions("SV_dg0P0pcZoDYvpNX")
 df <- list_distribution_links("EMD_3rrDZa8AQBnACYl", "SV_dg0P0pcZoDYvpNX")   

## End(Not run)

ppssphysics/QualtricsInR documentation built on Aug. 30, 2021, 8:12 a.m.