lsAddFeedback(feedback = "Good job! (Kamil, Poland)",
sector = "academia",
country = "Poland")
## Thank you for the feedback!
## [1] "543"
lsSessionKey("get", verbose = FALSE) # renewing session key for the same demo user
d = lsGetResponses(surveyID, completionStatus = 'all')
tail(d[, c(1, 2, 5, 9, 10, 11)], 2)
## id submitdate startdate
## 511 542 2016-10-12 18:08:59 2016-10-12 18:08:59
## 512 543 2016-10-12 18:09:00 2016-10-12 18:09:00
## feedback sector country
## 511 Adding feedback directly from R academia Poland
## 512 Good job! (Kamil, Poland) academia Poland