Skip to content

Commit 680fb64

Browse files
Make *_ip() function examples require interactive()
1 parent aca6e4b commit 680fb64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/ip.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
#' from \url{https://www.iwik.org/ipcountry/}. It only updates the data once
5151
#' per session, as it caches the results for future work during the session.
5252
#'
53-
#' @examples
53+
#' @examplesIf interactive()
5454
#' # Mark IP addresses outside of the US
5555
#' data(qualtrics_text)
5656
#' df <- mark_ip(qualtrics_text)

0 commit comments

Comments
 (0)