check_for_sublist: Checks if a list has sub-lists and returns TRUE if so

View source: R/utilities.R

check_for_sublistR Documentation

Checks if a list has sub-lists and returns TRUE if so

Description

Checks if a list has sub-lists and returns TRUE if so

Usage

check_for_sublist(single_resource_field)

Arguments

single_resource_field

a list to be checked

Value

TRUE/FALSE

Examples

## Not run: 
list <- list(1, 2, 3, list("börek", 2, 3))

check_for_sublist(list)

## End(Not run)

lsteinmann/idaifieldR documentation built on April 3, 2025, 2:06 p.m.