Skip to content

Commit b309b3b

Browse files
Fix citation and remove cross-reference to iptools
1 parent 351d5c2 commit b309b3b

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

R/qualtrics_data.R

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
#'
33
#' A dataset containing the metadata from a standard Qualtrics survey with
44
#' browser metadata collected and exported with "Use choice text".
5-
#' These data were randomly generated using [iptools::ip_random()] and
6-
#' [rgeolocate::ip2location()](
5+
#' These data were randomly generated using [iptools::ip_random()](
6+
#' https://hrbrmstr.github.io/iptools/reference/ip_random.html)
7+
#' and [rgeolocate::ip2location()](
78
#' https://cran.r-project.org/package=rgeolocate) functions.
89
#' This dataset includes the two header rows of with column information that is
910
#' exported by Qualtrics.

inst/CITATION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
citHeader("To cite excluder in publications, please use:")
22

3-
bibentry(entry = "article",
3+
bibentry(bibtype = "Article",
44
title = "excluder: An R package that checks for exclusion criteria in online data",
55
author = c(as.person("Jeffrey R. Stevens")),
66
year = "2021",

man/qualtrics_raw.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)