Run »
# Vector of logical values log_values <- c(TRUE, FALSE, TRUE, FALSE) log_values
[1] TRUE FALSE TRUE FALSE