tests/testthat/helper-guess.R

# Used in test-spec_guess_object_list.R

guess_ol_field <- function(
  value,
  name = "x",
  empty_list_unspecified = FALSE,
  simplify_list = FALSE,
  local_env = list()
) {
  .guess_object_list_field_spec(
    value = value,
    name = name,
    empty_list_unspecified = empty_list_unspecified,
    simplify_list = simplify_list,
    local_env = local_env
  )
}

Try the tibblify package in your browser

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

tibblify documentation built on May 9, 2026, 5:07 p.m.