You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Time when this was posted (discard anything before that)
54
54
55
-
QUALTRICS_STIME <- ymd_hms("2025-04-30 23:59:00")
56
-
QUALTRICS_ETIME <- ymd_hms("2025-05-26 23:59:00")
55
+
QUALTRICS_STIME <- ymd_hms("2025-07-01 00:00:01")
56
+
QUALTRICS_ETIME <- ymd_hms("2025-08-26 23:59:00")
57
57
58
58
59
59
if (!dir.exists(here::here("data"))) {
@@ -68,13 +68,13 @@ if (!dir.exists(here::here("data"))) {
68
68
Here we will demonstrate how to preserve raw survey data and also how to handle confidential data. We will do so with data from a survey that you all will provide responses to. Some of the questions are meant to elicit "confidential" information from you as responses. You should not give your actual confidential information in response to these questions. We will use these questions as way to teach how to preserve data when some data are confidential.
0 commit comments