R/helpers.R

Defines functions jot_is_locked

jot_is_locked <- function(notes) {
  val <- NULL
  try({val <- notes$locked})
  if (is.null(val)) {
    FALSE
  } else {
    val
  }
}

Try the jot package in your browser

Any scripts or data that you put into this service are public.

jot documentation built on Aug. 27, 2022, 5:05 p.m.