Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

show seesion code

54 views
Skip to first unread message

Michal Hužva

unread,
Dec 21, 2023, 4:21:35 PM12/21/23
to formr
I am encountering a problem with referencing different surveys. In my run, I aim to display the participant's session ID by referring to the previous survey they completed during the run. Here is the code I used:

```{r} cat(previous_survey$session) ```

However, this code returns 'NULL'. Could someone suggest an alternative method to display the participant's session code?

Ruben Arslan

unread,
Dec 21, 2023, 4:24:26 PM12/21/23
to formr
Simply use user_id

```{r} user_id ```
Reply all
Reply to author
Forward
0 new messages