We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 376aae3 commit 24d98a2Copy full SHA for 24d98a2
R/get_sessions.R
@@ -39,7 +39,7 @@ getSessionInfo <- function(
39
sessions <- dplyr::left_join(sessions, pos_sessions, by = "session_id")
40
sessions <- dplyr::mutate(sessions, pos_data = !is.na(pos_data))
41
if (!is.null(has_pos_data)) {
42
- sessions <- dplyr::filter(sessions, pos_data == pos_data)
+ sessions <- dplyr::filter(sessions, pos_data == has_pos_data)
43
}
44
if (!is.null(logger_deployed)) {
45
sessions <- dplyr::filter(sessions, !is.na(deployment_id) == logger_deployed)
0 commit comments